1.0.0 • Published 8 years ago
yacolors v1.0.0
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 yacolorsUsage
Usage:
var colors = require('yacolors');Output colored text:
console.log(colors.blue('blue text'));Supported are all ANSI colors and styles.
1.0.0
8 years ago