Skip to content

rubebot/color-stdout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published