```javascript const mkdirp = require('dat-mkdirp');
Recursively mkdir, like `mkdir -p`
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
mkdirp as promised
Recursively mkdir, like `mkdir -p`
A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.
A minimal, zero-dependency mkdirp written in VanillaJS for node.
modernize node.js modules to current ECMAScript standards
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Like mkdirp, but with no binary
Promise-based power tool for common filesystem tasks
Shows how fat is a package
Simple, flexible file copy utility
A tiny (381B to 419B) utility to make a directory and its parents, recursively
TypeScript definitions for mkdirp-promise
Transform stream that lets you peek the first line before deciding how to parse it
Non-blocking stdout stream
fs for the browser using level-filesystem and browserify
Promise-based power tool for common filesystem tasks
Render data in text columns. Supports in-column text-wrap.
Recursively create nested directories with jsftp, like mkdirp