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.

Readme

Keywords

none

Package Sidebar

Install

npm i stream-dir

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • scottcorgan