gradient-figlet
A CLI that creates gradient ASCII art from text with FIGlet and style.

Basic usage
You can use npx to install and run the package
npx gradient-figlet "your text here" -l

Options
option | description | Default value | Required | Examples |
---|---|---|---|---|
-l | adds a trailing newline to fix vertical alignment | false | false | -l |
-m | makes the gradient horizontal | false | false | -lm |
-t theme
|
changes the theme (themes list) | 'rainbow' | false | -lt |
--from color
|
gradient's start color | null | false | --from, --to |
--to color
|
gradient's end color | null | false | --from, --to |
Themes
One of gradient-string's built in gradients listed below.
npx gradient-figlet --list-themes

Examples
npx gradient-figlet "your text here" -l

npx gradient-figlet "your text here" -lm

npx gradient-figlet "your text here" -lt retro

npx gradient-figlet --from "#42047e" --to "#07f49e" -l
