git-voyeur
v1.1.0
Published
run inside a git repository, eg with npx, periodically fetches & emits a notification when there's upstream updates
Downloads
4
Readme
git-voyeur
Be notified when a git repo has upstream changes
usage
inside a repository:
npx -y git-voyeur
anywhere else:
npx -y git-voyeur --repo /path/to/repo
default poll is 30s, change with --interval
:
npx -y git-voyeur --repo /path/to/repo --interval 60