A dead simple through-stream that colorizes output using ANSI escape codes.
Get it:
npm install colorize-stream
Require it:
var colorize = require('colorize-stream');
var stream = colorize('red').pipe(process.stdout);
stream.write("here's some red text\n");
© 2014 Jason Frame [ @jaz303 / jason@onehackoranother.com ]
Released under the ISC license.