Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/git-voyeur
https://github.com/fluffynuts/git-voyeur
Last synced: 6 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:08:55.000Z (over 1 year ago)
- Last Synced: 2024-11-17T05:45:05.753Z (about 2 months 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
```