mkdir-bluebird
promise wrapper for node’s fs.mkdir() that ignores EEXIST by default
promise wrapper for node’s fs.mkdir() that ignores EEXIST by default
promise wrapper for a linux like mkdir -p that ignores EEXIST by default
Batch create module directories and files!
Like mkdir -p, but in node.js! and create multiple directories at one time , refer to "https://www.npmjs.com/package/mkdirp"
Recursively mkdir, like `mkdir -p`
Recursive mkdir function
async mkdirp nodejs
mkdirp returning a promise
This is a strict variant of substacks mkdirp.
asynchronous shell-like commands using Node.js fs API
Shove streams into files in directories that don't yet exist.
mkdir <dir> && cd <dir> made easy; oh, install globally as a util.
Extras suite for node fs module
Extras suite for node fs module with promises
Class for manipulating file system in a synchronous way with useful methods.
mkdirs recursively and asynchronously
Utility functions for file system, debugging, logging your Node.js application.
##Test: `npm test` to try out functionality.
Recursively mkdir and file with empty content. convert json to dirs and files.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.