This assumes you have Node and npm installed.
- Fork the repo.
- 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 and in
package.json
. - Make sure
npm test
doesn't have any errors. - Make sure
npm run hint
doesn't give any JSHint errors. - Submit your pull request!
Thanks so much.