Skip leg day, not commit day ᕦ(ò_óˇ)
Frequently forget to commit + push your code at the end of the day? Worry not, we have the right tool to help you...
Prerequisites: You will need
npm(oryarn) and Node.js installed
git clonethis repocdinto it and runnpm install- Fill in the
.envfile - Keep it running in the background with
pm2orforever(you will need to have these installed) or by adding it as a systemd service
pm2 start index.js(or alternatively, dockerize it and open a PR :) )
Find an explanation here
0 19 * * *
# ^ run everyday at 19:00
30 14 * * *
# ^ run everyday at 14:30Set it to true if you want to receive alerts on Sat/Sun