All Projects → godmodelabs → Tee

godmodelabs / Tee

tee(1) for javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

tee

tee(1)

Build Status

Usage

var tee = require('tee');

src
  .pipe(tee(
    dest1,
    dest2,
    dest3
  ))
  .pipe(somewhereElse)

Installation

$ npm install tee
# or
$ component install godmodelabs/tee

API

tee(destination, ...)

Creates a new through Stream that pipes all incoming data to each destination-Stream.

Emits close when all piped to streams closed.

License

(MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].