code-color
v0.0.2
Published
a simple tool for wrapping strings in bash and dos color codes. Used to color console output.
Maintainers
Readme
code-color
A node.js module for wrapping strings in color codes for pretty printing in shell\dos. Please,install via NPM:
$ npm install code-colorThen import it into your project:
var color = require('code-color');
console.log('test code-color ' + color.red('red') );