Skip to content

peterfritz/gradient-figlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks