craydent-utility
Node module to for commonly needed utility functions
Node module to for commonly needed utility functions
Extend the file system the capabilities of declaring the present working directory and recursive execution
mkdir -p

mvy = mkdirp + mv // a cli for moving to a new directory
Utility for bulk creation of directories.
An extended, promisified fs drop-in-replacement for Node.js >=7.6
mkdir that ignores EEXIST.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
Write a file and create its ancestor directories if needed
Promise interface to Node FS
> For Nodejs only
Make Directory Tree (for those who need support for Node.js v8.x)
> For Nodejs only
A cli for fs-extra
Extends fildes promises with rm -rf, cp -r and mkdir -p
Asynchronous file system library with chainable Q promises for Node.js
recursively make directories that you need in node.js
Recursively create a directory in filesystem
Create directory recursively.