Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluffynuts/git-voyeur


https://github.com/fluffynuts/git-voyeur

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

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
```