dip/README.md

27 lines
544 B
Markdown
Raw Permalink Normal View History

2018-09-18 20:05:18 +00:00
Dip: Configurable Webhook Server
================================
2018-08-13 05:57:56 +00:00
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)
2018-09-18 20:05:18 +00:00
[Documentation](https://acmumn.github.io/dip/)
2018-08-13 05:57:56 +00:00
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 07:03:13 +00:00
2018-08-13 05:57:56 +00:00
Contact
-------
Author: Michael Zhang
License: MIT