0.0.3 • Published 11 years ago

prelog v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Prefixing Transform Stream

Build Status NPM version

Installation

npm install --save prelog

NPM

Usage

  var Prelog = require('prelog');
  var prelog = new Prelog('> : ');

  yourReadableStream.pipe(prelog).pipe(process.stdout);

This will log the data from yourReadableStream to stdout prefixing each chunk with '> : '.

Contributions

  • are welcome;
  • should be tested;
  • should follow the same coding style.

License

The MIT License

Copyright (c) 2014 Ruslan Bredikhin

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago