coleccionista

0.2.0 • Public • Published

Coleccionista

Streams files or other streams one by one in one stream.

Usage

let Coleccionista = require('coleccionista');
 
let stream = new Coleccionista(options);
 
// now we can use it like usual stream
stream.pipe(otherStream);
 

options

  • files — array of streams, array of files or wildcard string. For more info look minimatch documentation
  • path — optional, path to look for a files
  • stream — optional, read files stream options

Additional events

  • ready — triggered when file list ready, returns list of files or streams
  • itemstart — triggered when new file begins
  • itemend — triggered when file stream ended
  • error — triggered on errors

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    0
  • 0.1.0
    0
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i coleccionista

Weekly Downloads

2

Version

0.2.0

License

none

Last publish

Collaborators

  • velocityzen