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

https://github.com/tricked-dev/updatehook

A simple rust program to automate updates of applications
https://github.com/tricked-dev/updatehook

Last synced: 9 months ago
JSON representation

A simple rust program to automate updates of applications

Awesome Lists containing this project

README

          

# updatehook

A simple program to run a command when a repository gets mentioned in the json body made for github!

### Setup

```toml
# ~/.hook/config.toml
port = 3000
path = "/updates"
[[project]]
# Repo to be checking for case doesn't matter
repo = "tricked-dev/diplo"
# Command to run
command = "ls"
```

Set up github webhooks to the url and it will work