You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jumper-message-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jumper-message-cli

``` ┓┏┓┏┓┃ ┛┗┛┗┛┃ ⟍ ○⟋ ┓┏┓┏┓┃ ∕ jumper ┛┗┛┗┛┃ ノ) message ┓┏┓┏┓┃ cli ┃┃┃┃┃┃ ┻┻┻┻┻┻ ```

2.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source
┓┏┓┏┓┃
┛┗┛┗┛┃ ⟍ ○⟋
┓┏┓┏┓┃   ∕    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.

License

MIT © Brad Dougherty

FAQs

Package last updated on 13 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts