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)

Examples

await mkdirp('./dist/css');

Aliases

Also available under the alias ensureDir