Monitor git repos for corresponding upstream changes
git
installed locally on the system. Project uses rawgit
commands to get the latest updates
The project binary can be installed as a Windows service using something like nssm
or windows command installutil
or
SC
Ref: StackOverflow.
On linux systemd
can be used to package it and then run as a background service. I do not have a Linux machine so the
support is not added out of the box
When running as a service
, program should run under the user which as access to the git project
gitmon
can be run directly in terminal
as well.
Requirements:
- go 1.20
- Make
make all