@product-live/fs.mkdirp
v1.0.10
Published
![GitHub Actions status | linter](https://github.com/anzerr/fs.mkdirp/workflows/linter/badge.svg) ![GitHub Actions status | publish](https://github.com/anzerr/fs.mkdirp/workflows/publish/badge.svg) ![GitHub Actions status | test](https://github.com/anzerr
Downloads
740
Keywords
Readme
Intro
mkdir with 'p' on the base mkdir '{recursive: true}' doesn't seem to work so here's this little util
Install
npm install --save git+https://github.com/anzerr/fs.mkdirp.git
npm install --save @anzerr/fs.mkdirp
Example
const mkdir = require('fs.mkdirp');
mkdir('foo/bar/cat/dog').catch(console.log);