Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
fs with incremental backoff on EMFILE
For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).
Recursive version of fs.readdir. Exposes a stream API (with small RAM & CPU footprint) and a promise API.
The main features of paulmillr/readdirp are: Filesystem Utilities.
Open-source alternatives to paulmillr/readdirp include: bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. ehmicky/global-cache-dir — Get the global cache directory. isaacs/node-graceful-fs — fs with incremental backoff on EMFILE. isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… bcoe/any-path — For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating…