0.0.5 • Published 4 years ago

text-art-cli v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Text Art Cli

A small utility to generate text art using Figlet

npm.io

npm.io

Usage

npm i text-art-cli -g
text-art <text> [options]

OR

npx text-art-cli <text> [options]

Parameters

text (optional)
text to generate the art for

npx text-art-cli "Hello World"

Options

-f, --font
font to use for drawing ascii art

-l, --list-fonts
lists all the available fonts

--hl, --horizontal-layout
value that indicates the horizontal layout to use

--vl, --vertical-layout
value that indicates the vertical layout to use

-h, --help
prints help

-v, --version
prints version info

Horizontal and Vertical Layout Optinos

One of the following values can be used for these options -

  1. default
  2. full
  3. fitted
  4. "controlled smushing"
  5. "universal smushing"
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago