Note that this library is in maintenance mode. New languages and bug fixes will be added, but no new features. Please keep this in mind when making a pull request!
This assumes you have Node and npm installed.
- Fork the repo on GitHub.
- Clone the repo.
- Run
npm install
. - Make your changes. Please add tests! If adding a new language, define some tests in test/definitions.
- Update
HISTORY.md
with your changes. - If adding a new language, add it to the README.
- Credit yourself in the README, in
package.json
, and inbower.json
. - Make sure
npm test
doesn't have any errors. - Submit your pull request!
Thanks so much.