0.1.3 • Published 8 years ago

chalk-extend-console v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

chalk-extend-console

A small library for adding colors for console.*

Installation

npm install chalk-extend-console --save

Usage

require('chalk-extend-console').setup();

console.blue('test','another',{
  obj: 'test1'
});

Tests

npm test

Release History

  • 0.1.3 Initial release
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago