Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjtelan/git-event-rs
https://github.com/tjtelan/git-event-rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tjtelan/git-event-rs
- Owner: tjtelan
- License: mit
- Created: 2020-11-01T06:44:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T04:30:00.000Z (almost 3 years ago)
- Last Synced: 2024-12-01T04:05:47.856Z (about 1 month ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-event
[![Crates.io](https://img.shields.io/crates/v/git-event)](https://crates.io/crates/git-event)
[![docs.rs](https://docs.rs/git-event/badge.svg)](https://docs.rs/git-event/)
[![license](https://img.shields.io/github/license/tjtelan/git-event-rs)](LICENSE)
![Github actions build status](https://github.com/tjtelan/git-event-rs/workflows/git-event/badge.svg)Watch git repos for new commits on per-branch basis. Supply your own code in a closure to be run when new commits found.
Requires `git` to be installed (for shallow clone support - currently not optional)