gradient-figlet

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gradient-figlet

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

12.1 kB

Total Files

6

Last publish

Collaborators

  • peterfritz