@jedithepro/figletify-cli
v1.0.0
Published
Command line interface for the @jedithepro/figletify library.
Downloads
1
Readme
@jedithepro/figletify-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 --save @jedithepro/figletify-cli
Usage Examples
Default Options
Below is a simple example that uses the default options.
figletify "hello world"
Custom Options
Below is an example that uses a custom font.
figletify -f "Dancing Font" "Hi"