2018-08-12 22:57:56 -07:00
|
|
|
Dip
|
|
|
|
===
|
|
|
|
|
2018-08-16 01:59:11 +00:00
|
|
|
[](https://travis-ci.org/acmumn/dip)
|
2018-08-12 22:57:56 -07:00
|
|
|
[](https://github.com/ansuz/RIIR)
|
|
|
|
|
|
|
|
Configurable webhook server.
|
|
|
|
|
2018-08-16 17:15:07 +00:00
|
|
|
Express your webhooks in terms of composable blocks such as:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[handlers]]
|
|
|
|
type = "github"
|
|
|
|
secret = "hunter2"
|
|
|
|
|
|
|
|
[[handlers]]
|
2018-08-16 22:39:58 +00:00
|
|
|
type = "command"
|
2018-08-16 17:15:07 +00:00
|
|
|
command = "cargo build"
|
|
|
|
```
|
2018-08-13 00:03:13 -07:00
|
|
|
|
2018-08-12 22:57:56 -07:00
|
|
|
Contact
|
|
|
|
-------
|
|
|
|
|
|
|
|
Author: Michael Zhang
|
|
|
|
|
|
|
|
License: MIT
|