0.0.1 • Published 11 years ago

color-console v0.0.1

Weekly downloads
260
License
-
Repository
github
Last release
11 years ago

color-console

Print colorful text in console

Installation

npm

npm install color-console

component

component install shallker/color-console

Quick Start

var colorConsole = require('color-console');

colorConsole.red('you should see red text');
colorConsole.green('you should see green text');

API

colorConsole

.black(String text)

.red(String text)

.green(String text)

.yellow(String text)

.blue(String text)

.magenta(String text)

.cyan(String text)

.white(String text)

.grey(String text)

License

MIT