node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
An Angular service which helps with creating recursive directives.
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.
recursively Object.freeze() on objects and functions with properties
make/remove (asynchronous/synchronous) directories recursively
Sort the keys of an object recursively
Deeply convert the keys of an object to camelCase
A tiny (381B to 419B) utility to make a directory and its parents, recursively
Recursively Object.freeze() objects.
Check if a file exists. A fs.exists implementation that is not deprecated.
Transport complex JavaScript objects from the server to the web browser at lightning fast speeds
Find diff between any two variables where variables be any valid JavaScript data type like string, numeric, array or object
Yet another Node.js helper to require all files in directory
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
[ABANDONED] File system recursive finder
Simple yet powerful copy tool.
A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.
Extends native fs module with a lot of convenient methods.
💠 Recursive assign for objects, arrays and more
Deeply convert the camelized keys of an object into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow