through2-pipeline

0.0.5 • Public • Published

pipe(line)

For laying pipelines. Built on repipe.

Usage

var line = pipeline(cipher, decipher, process.stdout);
fs.createReadStream('README.md').pipe(line);

becomes

fs.createReadStream('README.md').pipe(cipher).pipe(decipher).pipe(process.stdout)

Installation

npm install through2-pipeline

Package Sidebar

Install

npm i through2-pipeline

Weekly Downloads

0

Version

0.0.5

License

ISC

Last publish

Collaborators

  • lukeburns