mkdirp2
v1.0.5
Published
Recursively mkdir, like `mkdir -p`
Downloads
977,140
Readme
DEPRECATED: Use Node.js fs.mkdir
mkdirp2
A maintained fork of the stagnant mkdirp.
Differences
Command-line executable and its dependencies removed, this fork is for Nodejs use only.
Extended with a promise method:
mkdirp.promise('tmp/tmp2/file') .then(() => console.log('Created')) .catch(err => console.error(`Failed: ${err.message}`))