colorize-stream

0.1.0 • Public • Published

colorize-stream

A dead simple through-stream that colorizes output using ANSI escape codes.

Installation

Get it:

npm install colorize-stream

Require it:

var colorize = require('colorize-stream');

Usage

var stream = colorize('red').pipe(process.stdout);
stream.write("here's some red text\n");

Copyright & License

© 2014 Jason Frame [ @jaz303 / jason@onehackoranother.com ]

Released under the ISC license.

Package Sidebar

Install

npm i colorize-stream

Weekly Downloads

7

Version

0.1.0

License

ISC

Last publish

Collaborators

  • jaz303