@gitrules/js-client
v0.0.3
Published
JavaScript client for gitrules
Downloads
4
Readme
@GitRules/JS-Client
A JavScript wrapper to https://github.com/gitrules/gitrules
Install
npm install -g @gitrules/js-client
You should then be able to run gitrules
commands.
gitrules --help
Updating to a newer version of the GitRules Protocol
A new version of this package needs to be released whenever GitRules releases a new version.
Update process
- Update the
archive-downloader.variables.version
field inpackage.json
to the new version of GitRules. - Update the
version
field inpackage.json
(typically matching the new version of GitRules) - When these changes make it to the main branch, a GitHub action will automatically deploy a new npm package.