Streaming `fs.readdir`, extensible with smart plugins. No recursion and no globs by default - [use][] plugins. Does not stat and doesn't read the filepaths - use plugins. It just push [vinyl][] files to stream. Follows signature and semantics of `fs.creat
Recursive fs.readdir with streaming API and glob filtering.
walk paths fast and efficiently
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
Get an array of all files in a directory and subdirectories.
Recursively read a directory
TypeScript definitions for readdir-glob
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
File system walker with Readable stream interface.
TypeScript definitions for recursive-readdir
TypeScript definitions for archiver
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
A stream that emits multiple other streams one after another.
Node.js Streams, a user-land copy of the stream library from Node.js
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
A simple promisified recursive readdir function.
A simple promisified recursive readdir function, with support for globs.
Check if something is a Node.js stream
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Clone a Node.js HTTP response stream
Open Node Streams on demand.
Get a stream as a string, Buffer, ArrayBuffer or array
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
Encode FormData content into the multipart/form-data format