color-console
v0.0.1
Published
Print colorful text in console.
Downloads
773
Readme
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