0.1.0 • Published 7 months ago

@c3-oss/fim v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

@c3-oss/fim

Description

fim - Figlet IMproved, display large banners of text with customizations

Examples

$ npx fim --text lorem --font Basic
$ npx fim -t ipsum --indent 8
$ npx fim -t sit --style italic.blue
$ npx fim -t dolor -f Gothic -i 4 -s bold.red
$ npx fim -t "Long quoted text"
$ npx fim -t amet --showcase
$ npx fim --list

Options

OptionDescription
-t, --text stringThe text to display
-f, --font stringWhat font to use
-s, --style stringWhat style to use
-i, --indent numberAmount of spaces to indent the banner
--listLists all available fonts
--showcaseShowcase all available fonts using the received text
-h, --helpPrints this usage guide
0.1.0

7 months ago