# stream-dir **Repository Path**: mirrors_scottcorgan/stream-dir ## Basic Information - **Project Name**: stream-dir - **Description**: Stream directories recursively in Node. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stream-dir Stream directories recursively. ## Install [![NPM](https://nodei.co/npm/stream-dir.png)](https://nodei.co/npm/stream-dir/) ## Usage ```javascript 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.