stream-dirs

2.0.0 • Public • Published

stream-dirs NPM version Build Status Dependency Status

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

Readme

Keywords

Package Sidebar

Install

npm i stream-dirs

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • floatdrop