dip/README.md

28 lines
496 B
Markdown
Raw Normal View History

2018-08-13 05:57:56 +00:00
Dip
===
2018-08-16 01:59:11 +00:00
[![](https://api.travis-ci.org/acmumn/dip.svg?branch=master)](https://travis-ci.org/acmumn/dip)
2018-08-13 05:57:56 +00:00
[![](https://img.shields.io/badge/rewritten-in%20rust-%23dea584.svg)](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"
outdir = "/home/michael/dip"
[[handlers]]
type = "script"
command = "cargo build"
```
2018-08-13 07:03:13 +00:00
2018-08-13 05:57:56 +00:00
Contact
-------
Author: Michael Zhang
License: MIT