1.2.0 • Published 2 years ago

gradient-terminal v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GRADIENT-TERMINAL

npm.io

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>" ... 

npm.io

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