Socket
Socket
Sign inDemoInstall

gradient-terminal

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gradient-terminal

A CLI progam display teminal outputs as gradients.


Version published
Weekly downloads
0
Maintainers
1
Install size
378 kB
Created
Weekly downloads
 

Readme

Source

GRADIENT-TERMINAL

A CLI progam to display teminal outputs as gradients.


Requirements

NodeJS

For Installation, you will only need Node.js.


Install

Installing From npmjs

$ npm install -g gradient-terminal

Installing From Source

$ git clone https://github.com/aurora-0025/gradient-terminal.git
$ cd gradient-terminal
$ npm install -g .

Usage

Open Terminal

 <command> | gterm "<color1>" "<color2>" ... 

Accepted Color Formats

Hex, 8-digit (RGBA) HexRGB, RGBAHSL, HSLAHSV, HSVA
"#000""rgb (255, 0, 0)""hsl(0, 100%, 50%)""hsv(0, 100%, 100%)"
"000""rgb 255 0 0""hsla(0, 100%, 50%, .5)""hsva(0, 100%, 100%, .5)"
"#369C""rgba (255, 0, 0, .5)""hsl(0, 100%, 50%)""hsv (0 100% 100%)"
"369C""hsl 0 1.0 0.5""hsv 0 1 1"
"#f0f0f6"
"f0f0f6"
"#f0f0f688"
"f0f0f688"

Dependencies

  • tinygradient - Generate gradients

FAQs

Last updated on 18 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc