gitfish:用于 github 提交后挂钩的简单 HTTP 侦听器

时间:2021-06-20 17:47:32
【文件属性】:
文件名称:gitfish:用于 github 提交后挂钩的简单 HTTP 侦听器
文件大小:47KB
文件格式:ZIP
更新时间:2021-06-20 17:47:32
Go 小鱼 用于 Github 提交后挂钩的简单 HTTP 侦听器。 为什么是“GitFish”? 什么收到钩子?! 安装 go get -u github.com/jmervine/gitfish/v1 注意:确保设置了GOBIN环境变量。 就像是: $ test "$GOBIN" || (mkdir ~/.gobin && export GOBIN=~/.gobin) 下载 目前我只准备了linux/x86_64二进制文件。 $ curl -sS -O http://static.mervine.net/go/linux/x86_64/gitfish && chmod 755 gitfish $ ./gitfish help 用法 $ gitfish help NAME: gitfish - http listener and handler for github p
【文件预览】:
gitfish-master
----pushevent_test.go(1KB)
----.gitignore(8B)
----Dockerfile(313B)
----Makefile(196B)
----.travis.yml(204B)
----conditions.go(1KB)
----v1(1B)
----main.go(2KB)
----conditions_test.go(575B)
----README.md(2KB)
----pushevent.go(2KB)
----_support()
--------push.json(7KB)
----cli.go(2KB)
----Godeps()
--------Godeps.json(448B)
--------Readme(136B)
--------_workspace()
----gitfishrc(251B)

网友评论