0.1.2 • Published 9 years ago

clivi v0.1.2

Weekly downloads
9
License
-
Repository
-
Last release
9 years ago

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