mkdirp-sync
mkdir -p sync in node.js
mkdir -p sync in node.js
Create nested directories of a path like mkdir -p
promise wrapper for a linux like mkdir -p that ignores EEXIST by default
Node module that creates missing folders in the middle of a path
Creates nested directories like `mkdir -p`
Node module that creates missing folders in the middle of a path
Asynchronously and recursively creates a directory. Returns undefined or the first directory path created.
Synchronously and recursively creates a directory. Returns undefined or the first directory path created.
The 'mkdir -p' command implementation for nodejs.Make directory recursively.