clivi

0.1.2 • Public • Published

node-clivi

Simple terminal colors.

Install

npm install clivi

Use

var clivi = require('clivi');
 
console.log(clivi('Hello World!', {fg: 'red', bg: 'blue', style: 'bold'}));

Available colors

  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white
  • blackBright
  • redBright
  • greenBright
  • yellowBright
  • blueBright
  • magentaBright
  • cyanBright
  • whiteBright

Available styles

  • bold
  • dim
  • underline
  • blink
  • invert
  • hidden

Readme

Keywords

none

Package Sidebar

Install

npm i clivi

Weekly Downloads

2

Version

0.1.2

License

none

Last publish

Collaborators

  • hakovala