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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    4
  • 1.0.0
    2
  • 0.0.0
    2

Package Sidebar

Install

npm i stream-dirs

Weekly Downloads

4

Version

2.0.0

License

MIT

Last publish

Collaborators

  • floatdrop