dir-stream

1.0.0 • Public • Published

dir-stream

Build Status npm install

given a stream of directory names, will output a stream of all contents of that directory recursively and queued in order of receipt.

options

optionally, you can pass a configuration object to the function with options:

{
    ignoreExtensions: ['exe'] // don't stream filenames with extensions listed
  , onlyFiles: false // don't stream dirs
  , noRecurse: false // don't recurse into dirs
}

license

MIT

/dir-stream/

    Package Sidebar

    Install

    npm i dir-stream

    Weekly Downloads

    18

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jarofghosts