GitRevue SDK for JavaScript. This library helps you interact with our API from other libraries. You may find the @gitrevue/cli better if you want to interact with our API from a CLI or CI/CD environment.
npm install @gitrevue/sdkTo develop @gitrevue/sdk you'll need node 10+, if you have nvm installed you can run nvm use to select the correct node version.
Run npm run build to compile the library. You can also use npm run build:watch to watch for file changes and compile automatically.
You may run the test suite using npm test. Alternatively you can use npm run test:watch to watch for file changes and automatically rerun the test suite.
- Update version numbers in
CHANGELOG.mdand commit. - Run
npm versionto bump thepackage.jsonversion, automatically commit and tag. - Next push the commits and tag using
git push && git push --tags - Publish the new version with
npm publish - Update the release on GitHub with the changes from
CHANGELOG.md