🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

gradient-figlet-cli

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient-figlet-cli

Creates gradient ASCII art from text with FIGlet and style

1.0.1
latest
Source
npm
Version published
Maintainers
0
Created
Source

gradient-figlet

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

npm version npm downloads license
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

optiondescriptiondefault valuerequiredexamples
-ladds a trailing newline to fix vertical alignmentfalsefalse-l
-mmakes the gradient horizontalfalsefalse-lm
-t themechanges the theme (themes list)'rainbow'false-lt
--from colorgradient's start colornullfalse--from, --to
--to colorgradient's end colornullfalse--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

FAQs

Package last updated on 24 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts