A JavScript wrapper to https://github.com/gitrules/gitrules
npm install -g @gitrules/js-client
You should then be able to run gitrules
commands.
gitrules --help
A new version of this package needs to be released whenever GitRules releases a new version.
- 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.