base-questions
Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.
base-fs-conflicts
Detect potential file system conflicts and if necessary prompt the user before overwriting files.
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`