Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc