Javascript client for using the ZwermAPI.
Install all dependencies:
npm install
# or better use yarn
yarn
To manually publish a version, run
npm publish
We use SemVer for versioning.
We use a modified GitFlow branching model. The main difference being is we use master
as a combined development branch and branch of short living production branches as needed.