color-stdout

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i color-stdout

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rube