Thanks for your interest in contributing! Your pull requests are welcome!
Magica11y uses Yarn to manage dependencies on this project. You can install dependencies using…
$ yarn
Magica11y uses Jest for JavaScript testing. You can run the unit tests using…
$ yarn test
Magica11y uses Semantic Versioning for managing releases. You can release a new version using…
$ yarn version
… and select the appropriate patch, minor or major version. Don’t forget to push with tags to GitHub after release a new version!
$ git push --tags origin HEAD
Magica11y uses TravisCI for continuous integration & deployment.
If you need further help, feel free to contact @rishabhsrao on Twitter.