# stream-dirs **Repository Path**: mirrors_floatdrop/stream-dirs ## Basic Information - **Project Name**: stream-dirs - **Description**: Streams directories as path and stat objects - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stream-dirs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] Reads all directories in path (without hidden - that begins with dot). ## Usage ```js 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 [npm-url]: https://npmjs.org/package/stream-dirs [npm-image]: https://badge.fury.io/js/stream-dirs.png [travis-url]: http://travis-ci.org/floatdrop/stream-dirs [travis-image]: https://travis-ci.org/floatdrop/stream-dirs.png?branch=master [depstat-url]: https://david-dm.org/floatdrop/stream-dirs [depstat-image]: https://david-dm.org/floatdrop/stream-dirs.png?theme=shields.io [coveralls-url]: https://coveralls.io/r/floatdrop/stream-dirs [coveralls-image]: https://coveralls.io/repos/floatdrop/stream-dirs/badge.png