@nodelib/fs.walk

A library for efficiently walking a directory recursively


Keywords
NodeLib, fs, FileSystem, file system, walk, scanner, crawler
License
MIT
Install
npm install @nodelib/fs.walk@2.0.0

Documentation

nodelib

Monorepo for NodeLib libraries.

What is NodeLib?

NodeLib (Node.js Library) is another monorepo contains utilities that make easier work with standard scenarios in the Node.js world.

Packages

File System

  • fs.macchiato — A set of classes for easy testing of built-in structures of FS.
  • fs.scandir — List files and directories inside the specified directory.
  • fs.stat — Get the status of a file with some features.
  • fs.walk — A library for efficiently walking a directory recursively.

Want to report a bug or request a feature?

Please read through our CONTRIBUTING.md.

Want to contribute to NodeLib?

Check out our CONTRIBUTING.md to get started with setting up the repo.