mkdir-p
Recursively mkdir, like `mkdir -p`
Make a directory and its parents if needed - Think `mkdir -p`
Recursively mkdir, like `mkdir -p`
Make all directories in a path, like mkdir -p
mkdir -p combined with streams.
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
mkdir -p sync in node.js
mkdir -p
Recursively mkdir, like `mkdir -p`
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
A Node.js module to emulate Bash's mkdir -p based on fs.mkdirSync
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.
Extends fildes promises with rm -rf, cp -r and mkdir -p
Recursively mkdir, like `mkdir -p` and yieldable/thunkified for `co`
The 'mkdir -p' command implementation for nodejs.Make directory recursively.
mkdir -p meets touch
mkdir -p
Make directory recursively, just like 'mkdir -p'.
promise wrapper for a linux like mkdir -p that ignores EEXIST by default
mkdir -p /Users/nguyenvantien/Example/ts-react-test
Make a directory and its parents if needed - Think `mkdir -p`
Recursively mkdir, like `mkdir -p`
Provides `Module#const_set_p`, a wrapper method for `Module#const_set`, it acts like `mkdir -p` does for `mkdir`.
touch_p is a cli tool to make file even if directory doesn't exist, like 'mkdir -p'