yacolors
v1.0.0
Published
Yet another colorizer for node.js console.
Downloads
3
Readme
yacolors
Yet another colorizer for node.js console. This package is designed to be the most lightweight by only include common usages.
Installation
$ npm install yacolors
Usage
Usage:
var colors = require('yacolors');
Output colored text:
console.log(colors.blue('blue text'));
Supported are all ANSI colors and styles.