stream-dir

0.1.1 • Public • Published

stream-dir

Stream directories recursively.

Install

NPM

Usage

var streamDir = require('stream-dir');
 
streamDir('path/to/directory').pipe(process.stdout);

Todo

  • Add options for non-recursive stream
  • Add option for file reading?

Changelog

  • 0.1.0
    • Initial release with basic stream support.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    9
  • 0.1.0
    5

Package Sidebar

Install

npm i stream-dir

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • scottcorgan