fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
make-dir
Make a directory and its parents if needed - Think `mkdir -p`
output-file-sync
Synchronously write a file and create its ancestor directories if needed
mkpath
Make all directories in a path, like mkdir -p