1.0.0 • Published 8 years ago

color-stdout v1.0.0

Weekly downloads
84
License
MIT
Repository
github
Last release
8 years ago

color-stdout

Print colorful text in process.stdout

Installation

npm

npm install color-stdout

Quick Start

var colorStdout = require('color-stdout');

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

API

colorStdout

.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