Welcome, so you are thinking about contributing? Awesome, this a great place to start.
git clone git@github.com:williambelle/switzerland-postal-codes.git
cd switzerland-postal-codes
npm i
./src/converter.js
npm t
Code coverage:
npm run coverage
- Bump the correct version (
npm version [<newversion> | major | minor | patch]
) - Update the file CHANGELOG.md
- Create the tag (
git tag -a v<version> -m "Tagging the v<version> release"
) - Publish with
npm publish
The MIT License (MIT)
See the LICENSE file for more details.