Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

color-console

shallker871MIT0.0.1

Print colorful text in console.

test

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