Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 905 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 905 Bytes

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

  • 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.