mkdir -p
Recursively mkdir, like `mkdir -p`
Forked from [node-mkdirp](https://github.com/substack/node-mkdirp).
Make a directory and its parents if needed - Think `mkdir -p`
Mirror of mkdirp 0.5.2
Ensure directories exist before writing to them.
mkdirp, but chown to the owner of the containing folder if possible and necessary
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
mkdirp as promised
Recursively mkdir, like `mkdir -p`
modernize node.js modules to current ECMAScript standards
Simple, flexible file copy utility
A minimal, zero-dependency mkdirp written in VanillaJS for node.
A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.
Require hook for automatic V8 compile cache persistence
Like mkdirp, but with no binary
Shows how fat is a package
A tiny (381B to 419B) utility to make a directory and its parents, recursively
Promise-based power tool for common filesystem tasks
The CLI implementation for andrewrk/node-mv. Like `fs.rename`, but works across devices, and works with directories. Think of the unix utility `mv`.
Recursively create nested directories with jsftp, like mkdirp
TypeScript definitions for mv
A pure Javascript ZooKeeper client for Node.js.
TypeScript definitions for mkdirp-promise