0.2.0 • Published 10 years ago

seq-stream v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

seq-stream

NPM version Build Status

Create a stream pipe out a group of readable streams in sequence.

Install

$ npm install seq-stream --save

Usage

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

var stream = seq(stream1, fs.createReadStream('./data'));

// will pipe to stdout in the order of content in 'straem1', content in './data'
stream.pipe(process.stdout);

Licence

MIT

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago