@jedithepro/figletify-cli

Command line interface for the @jedithepro/figletify library.

Usage no npm install needed!

<script type="module">
  import jeditheproFigletifyCli from 'https://cdn.skypack.dev/@jedithepro/figletify-cli';
</script>

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"