jumper-message-cli

2.0.0 • Public • Published
┓┏┓┏┓┃
┛┗┛┗┛┃ ⟍ ○⟋
┓┏┓┏┓┃   ∕    jumper
┛┗┛┗┛┃ ノ)     message
┓┏┓┏┓┃        cli
┃┃┃┃┃┃
┻┻┻┻┻┻

Install

$ npm install --global jumper-message-cli

Usage

$ jumper-message --help

  Usage
    $ jumper-message <string>
    $ echo <string> | jumper-message

	Options
	  --floors         Number of additional floors to add (Default: 0)
	  --compact        Remove extra spacing between message lines (Default: false)
	  --gradient       Render the text as a gradient (Default: none)
	  --building-style Chalk style string for the building (Default: gray)
	  --message-style  Chalk style string for the message (Default: bold.white)
	  --person-style   Chalk style string for the person (Default: white)

	Examples
	  jumper-message 'Friday deploy, good luck!'
	  jumper-message 'Friday deploy, good luck!' --gradient=rainbow
	  jumper-message 'Friday deploy, good luck!' --floors=4
	  jumper-message 'Friday deploy, good luck!' --compact --message-style=bold.red.bgWhite

Style arguments use the chalk style syntax.

Gradients are provided by the gradient-string package. Available gradients are:

gradients

Message style and gradients cannot be combined. If a gradient is specified, it will override the message style.

Related

License

MIT © Brad Dougherty

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i jumper-message-cli

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

5.83 kB

Total Files

4

Last publish

Collaborators

  • bdougherty