0.1.2 • Published 13 years ago

technicolor v0.1.2

Weekly downloads
12
License
-
Repository
github
Last release
13 years ago

Technicolor

Use node to remind you of Teletext.

Install

npm install technicolor

Use

var technicolor = require('technicolor');

var message = "Hello, Darling."
var prettyMessage = technicolor(message, {
  color           : 'red',
  backgroundColor : 'white',
  bold            : true,
  underline       : true
});

console.info(prettyMessage);

npm.io

Possibilities

var technicolor = require('technicolor');
technicolor.showAll();

npm.io

Supported Colours

  • black
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • darkGrey
  • lightGrey
  • brightRed
  • brightGreen
  • brightYellow
  • brightBlue
  • brightPurple
  • brightCyan
  • white