1.1.0-2 • Published 12 years ago

prependstream v1.1.0-2

Weekly downloads
23
License
-
Repository
github
Last release
12 years ago

Usage

PrependStream = require 'prependstream'
prep = new PrependStream
	prepend: 'Prepend something!\n'

fs = require 'fs'
fs.createReadStream '/etc/motd'
prep = fs.pipe prep
prep.pipe process.stdout

License

The MIT license, see LICENSE file.

1.1.0-2

12 years ago

1.1.0-1

12 years ago

1.0.3-1

12 years ago

1.0.1-1

12 years ago

1.0.0-1

12 years ago