Creates deep nested directories, just like the mkdir -p
shell
command. Use it to quickly create the file structure you need. If any of the
path already exists, it will just ignore it.
await mkdirp(filepath)
await mkdirp('./dist/css');
Also available under the alias ensureDir