make-dir
Make a directory and its parents if needed - Think `mkdir -p`
totalist
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
rimraf
A deep deletion module for node (like `rm -rf`)
readdirp
Recursive version of fs.readdir with small RAM & CPU footprint.