stream-dirs
2.0.0 • Public • Published stream-dirs

Reads all directories in path (without hidden - that begins with dot).
Usage
var readdir = require('stream-dirs');
readdir('./').on('data', console.log);
API
stream-dirs(path)
Returns Stream of objects, that have path
and stat
properties.
License
MIT (c) 2014 Vsevolod Strukchinsky
Package Sidebar
Install
Weekly Downloads