create-readdir-stream

create-readdir-stream

Releases3
Frequency4 days 11 hours
Last Release
Streaming `fs.readdir`, extensible with smart plugins. No recursion and no globs by default - [use][] plugins. Does not stat and doesn't read the filepaths - use plugins. It just push [vinyl][] files to stream. Follows signature and semantics of `fs.creat

Linked projects

Streaming `fs.readdir`, extensible with smart plugins. No recursion and no globs by default - use plugins. Does not stat and doesn't read the filepaths - use plugins. It just push `vinyl` files to stream. Follows signature and semantics of `fs.createReadStream` method.