Asynchronous and recursive version of fs.readdir() for large numbers of files
Recursive fs.readdir with streaming API and glob filtering.
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
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
walk paths fast and efficiently
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
TypeScript definitions for recursive-readdir
TypeScript definitions for archiver
A simple promisified recursive readdir function.
A simple promisified recursive readdir function, with support for globs.
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
TypeScript definitions for fs-readdir-recursive
prompting wizardly
Reads a directory and return results with the ability to use Ant style file match patterns
Like `fs.promise.readdir()`, but sorts the result based on `String#localeCompare()`
NodeJS library to recursively read a directory path's contents synchronously
Node.js module to list all files in a directory or any subdirectories.
Checks that all dependencies in your package.json have supported versions installed
Higher-order functions and common patterns for asynchronous code
promisifyAll with node's native promisify function
Determine if a function is a native async function.