https://github.com/fluffynuts/git-voyeur
https://github.com/fluffynuts/git-voyeur
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffynuts/git-voyeur
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2023-07-19T07:16:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:08:55.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T11:17:00.435Z (over 1 year ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```