Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
Get an array of all files in a directory and subdirectories.
Recursively read a directory
Recursive fs.readdir with streaming API and glob filtering.
TypeScript definitions for recursive-readdir
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
TypeScript definitions for fs-readdir-recursive
TypeScript definitions for readdir-glob
A simple promisified recursive readdir function.
NodeJS library to recursively read a directory path's contents synchronously
A simple promisified recursive readdir function, with support for globs.
Make a directory and its parents if needed - Think `mkdir -p`
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
Node.js module to list all files in a directory or any subdirectories.
walk paths fast and efficiently
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.
TypeScript definitions for archiver
File scanning module for Node.js
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.
Read a directory recursively.
Recursive-Length Prefix (RLP) coder.
Gets all files asynchronously given a folder path, with progress updates and filetype filter.