Contributing
December 26, 2017 ยท View on GitHub
- Fork it and clone it
npm install- Create your feature branch (
git checkout -b my-new-feature) - Add your feature code and supporting unit tests
npm test- Commit your changes
- Push to the branch (
git push origin my-new-feature) - Create new Pull Request from your feature branch to the main
developbranch
Testing
npm test
or
gulp unittest
Code Style
npm run lint
or
gulp lint