This is entirely built using Typescript and a few helper scripts in bash.
To install modules and build ts: npm install && npm run build
The test
folder contains all test cases, to run tests: npm test
This uses probot logging, for further documentation see
This automatically updates dependencies adjusting package.json
npm install npm-check-updates
./node_modules/.bin/ncu -u
npm install
To run argocd-bot
in this git repo, install required modules and build typescript:
npm install && npm run build
npm start