Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.38 KB

readme.md

File metadata and controls

74 lines (56 loc) · 3.38 KB

gradient-figlet

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

gradient-figlet logo

Basic usage

You can use npx to install and run the package

npx gradient-figlet "your text here" -l

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

npx gradient-figlet --list-themes

Examples

npx gradient-figlet "your text here" -l

npx gradient-figlet "your text here" -l

npx gradient-figlet "your text here" -lm

npx gradient-figlet "your text here" -lm

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

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

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

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