stream-dir
0.1.1 • Public • Published stream-dir
Stream directories recursively.
Install

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.
Keywords
noneInstall
npm i stream-dir
Weekly Downloads