0.0.7 • Published 10 years ago

console-colour v0.0.7

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

NPM

Build Status

Console Colour

console-colour is a small package that can be used with node.js to control console output. The package can change the output text color.

###Installation

Install with npm to current directory:

  npm install console-colour --save

###Usage require package into your project:

  require('console-colour')(String);

or require package into your project:

  var cconsole = require('console-colour').color;

###Examples

  console.log("bold".bold);
  console.log(cconsole.bold("bold"));

It will print the string bold in bold at terminal.

For more usage ,please see examples/examples.js.

###LICENSE #####MIT

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago