Skip to content

shallker/color-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

Test

Browser side
http://shallker.github.io/color-console/test

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

About

Print colorful text in console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published