Help this OSS become globally-sourced software! To contribute:
- Fork this repo
git clone
your fork from your command linenpm install
- Make your changes. All changes should be made complying with TDD to ensure 100% code coverage.
4a. To test that your tests fully cover new code, you can run
npm test
. - Commit your changes.
- Push back up to your fork.
- Send me a pull request to the master branch!