Recursively read a directory, blazing fast.
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.
Recursively read a directory
Get an array of all files in a directory and subdirectories.
TypeScript definitions for readdir-glob
TypeScript definitions for archiver
TypeScript definitions for recursive-readdir
A simple promisified recursive readdir function.
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
A simple promisified recursive readdir function, with support for globs.
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
TypeScript definitions for fs-readdir-recursive
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
NodeJS library to recursively read a directory path's contents synchronously
Reads a directory and return results with the ability to use Ant style file match patterns
Node.js module to list all files in a directory or any subdirectories.
Create a cluster of workers to iterate through the filesystem
Like `fs.promise.readdir()`, but sorts the result based on `String#localeCompare()`
recursively read all files and directories within a directory
Filter out system junk files like .DS_Store and Thumbs.db
A drop-in replacement for fs, making various improvements.
Recursively read the contents of a directory.