Contributing
January 18, 2022 ยท View on GitHub
- Fork it
npm install- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') npm test- Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Testing
npm install
npm test