make-dir
Make a directory and its parents if needed - Think `mkdir -p`
mvdir
Move or copy files and directories. (async, recursive, across devices, copy & delete fallback, minimalistic with 0 dependencies)
make-dir-cli
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
find-remove
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.
recursive-install
CLI tool to recursive search child directories and run 'npm install' when a package.json file is found.