1.0.0 • Published 9 years ago

dir-stream v1.0.0

Weekly downloads
188
License
MIT
Repository
github
Last release
9 years ago

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

1.0.0

9 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago