What is make-dir?
"Make a directory and its parents if needed - Think `mkdir -p`"
make-dir is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 9.3 KB on disk.
Installation Guide
# Install via NPM
npm install make-dir
# Install via Yarn
yarn add make-dir