Showing 1-20 of 589 packages
Reads a directory and return results with the ability to use Ant style file match patterns
TypeScript definitions for readdir-glob
TypeScript definitions for recursive-readdir
A simple promisified recursive readdir function.
A simple promisified recursive readdir function, with support for globs.
TypeScript definitions for fs-readdir-recursive
Recursive fs.readdir with streaming API and glob filtering.
Get an array of all files in a directory and subdirectories.
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
Recursively read a directory
Recursive readdir (`ls -R`)
Get an array of all files in a directory and subdirectories synchronously. This is a fork of https://github.com/jergason/recursive-readdir.
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
Graceful Recursive ReadDir
Synchronous, recursive readdir. Returns an array of (full) filepaths.
NodeJS library to recursively read a directory path's contents synchronously
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
Like `fs.promise.readdir()`, but sorts the result based on `String#localeCompare()`
TypeScript definitions for readdir-stream