New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gradient-figlet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient-figlet

Creates gradient ASCII art from text with FIGlet and style

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

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 28 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc