Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

figlet-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figlet-cli

Command line interface for the FIGlet.js library.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
815
increased by30.4%
Maintainers
1
Weekly downloads
 
Created
Source

figlet-cli

A command line interface for the figlet.js library.

  _______  __     _______   ___       _______  ___________  
 /"     "||" \   /" _   "| |"  |     /"     "|("     _   ") 
(: ______)||  | (: ( \___) ||  |    (: ______) )__/  \\__/  
 \/    |  |:  |  \/ \      |:  |     \/    |      \\_ /     
 // ___)  |.  |  //  \ ___  \  |___  // ___)_     |.  |     
(:  (     /\  |\(:   _(  _|( \_|:  \(:      "|    \:  |     
 \__/    (__\_|_)\_______)  \_______)\_______)     \__|     
                                                            

Getting Started

Install this globally and you'll have access to the figlet.js library on the command line:

npm install -g figlet-cli

Usage Examples

Default Options

Below is a simple example that uses the default options.

figlet "hello world"
Custom Options

Below is an example that uses a custom font.

figlet -f "Dancing Font" "Hi"

Goals

Eventually I think it would be nice for this app to have to same command line interface as the C-based app.

Credits

This was originally submitted to figlet.js by timhudson. It's been broken out as a spearate project so users can control which figlet they want to use on the command line (i.e., so installing the figlet.js library globally wont conflict with the C-based command line figlet app).

Release History

  • 2014.01.02 v0.1.0 Initial release.

Keywords

FAQs

Package last updated on 02 Jan 2014

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