Showing 1-20 of 9,818 packages
Directory creation utilities
Recursively mkdir, like `mkdir -p`
mkdir-p
Recursively mkdir, like `mkdir -p`
Make a directory and its parents if needed - Think `mkdir -p`
Make all directories in a path, like mkdir -p
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Recursively mkdir, like `mkdir -p`
Cross-platform implementation of the Unix 'mkdir' command.
mkdir -p
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
mkdir -p sync in node.js
mkdir -p combined with streams.
Create directories with Grunt.
Effortless mkdir and rmdir
file and directory op libs, find, findSync, mkdir, mkdirSync, copy, copySync, remove, removeSync, writeFile, writeFileSync
make/remove (asynchronous/synchronous) directories recursively
Recursively mkdir, like `mkdir -p` and yieldable/thunkified for `co`
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
```bash mkdir my-project cd my-project npx create-fs-app ```