All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Added:
- Allow passing an
Array
of arguments toParser#parse()
Changed:
- Replace dependency minimist with yargs-parser
Added:
- Allow shorter commands
- Allow pre-run hook
Fixes:
- Fix error showing help information by default
- Fix typos in package manifest
Fixes:
- Fix "shasum check failed" error while npm installing
Added:
- Pass the option name to option functions (issue #2)
- Allow overriding default option function run (issue #3)
Fixed:
- Fix broken link in documentation
Changed:
- The entire code-base has been updated
- The documentation has also been updated
- The license and contact information updated
- Grunt has been added as our task runner
- Linting using eslint
Hello, World!