color-console

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i color-console

Weekly Downloads

106

Version

0.0.1

License

MIT

Last publish

Collaborators

  • shallker-wang