No description
Find a file
2018-08-22 21:45:26 -05:00
examples works i guess 2018-08-22 21:45:11 -05:00
src works i guess 2018-08-22 21:45:11 -05:00
.gitignore the hell am i doing 2018-08-12 22:57:56 -07:00
.travis.yml yea only build releases on tags 2018-08-15 20:01:11 -07:00
Cargo.lock iwll figure out owning ref soon 2018-08-17 02:04:52 +00:00
Cargo.toml iwll figure out owning ref soon 2018-08-17 02:04:52 +00:00
README.md move hook iter impl to hook 2018-08-16 22:39:58 +00:00

Dip

Configurable webhook server.

Express your webhooks in terms of composable blocks such as:

[[handlers]]
type = "github"
secret = "hunter2"

[[handlers]]
type = "command"
command = "cargo build"

Contact

Author: Michael Zhang

License: MIT