Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@nodelib/fs.scandir
List files and directories inside the specified directory
readdirp
Recursive version of fs.readdir with small RAM & CPU footprint.
readdir-glob
Recursive fs.readdir with streaming API and glob filtering.
@mrmlnc/readdir-enhanced
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
node-readfiles
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
fs2
fs (file system package) extensions
recrawl-sync
[](https://www.npmjs.com/package/recrawl-sync) [](https://github.com/aleclarson/recrawl/actions/workflows/release.yml)
file-contents
Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
tiny-readdir-glob
A simple promisified recursive readdir function, with support for globs.
tiny-readdir
A simple promisified recursive readdir function.
readdir-enhanced
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
recursive-readdir-sync
NodeJS library to recursively read a directory path's contents synchronously
recursive-readdir-async
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
get-all-files
A blazing fast recursive directory crawler with lazy sync and async iterator support.
@jsdevtools/readdir-enhanced
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
walk-filtered
A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.
recrawl
[](https://www.npmjs.com/package/recrawl) [](https://github.com/aleclarson/recrawl/actions/workflows/release.yml) [![codeco
readdir-on-steroids
Recursively read the contents of a directory.
finder-on-steroids
Recursively find and filter files and folders in a directory.
readdir-sorted
Like `fs.promise.readdir()`, but sorts the result based on `String#localeCompare()`