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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    5

Package Sidebar

Install

npm i colorize-stream

Weekly Downloads

5

Version

0.1.0

License

ISC

Last publish

Collaborators

  • jaz303