No description
Find a file
2018-08-16 22:39:58 +00:00
examples spawn thread 2018-08-16 21:06:23 +00:00
src move hook iter impl to hook 2018-08-16 22:39:58 +00: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 use tempdir to have a consistent filesystem during build 2018-08-16 20:42:28 +00:00
Cargo.toml use tempdir to have a consistent filesystem during build 2018-08-16 20:42:28 +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