Adds the minimist-cheatsheet to a project for easy bin'ng.
# install yeoman
npm install -g yo
npm install -g git+https://github.com/sterpe/generator-minimist-cheatsheet.gityo minimist-cheatsheetIf the target directory already has a package.json you should decline to overwrite the
existing file. You will need to manually add the "bin" property to the package.
{
"bin": {
"foo": "bin/cmd.js"
}
}npm testIn lieu of a formal styleguide, an attempt should be made to maintain the existing style.