githook 自动拉取和部署 GitHub repos。在 config.json 的数组中包含 {

\"name\": \"tpopp/githook\",

\"path\": \"path/to/local/repo\",

\"make\": \"make run\" }

服务端会监听3420端口,当 GitHub 钩子被触发时,会 cd 到指定路径,pull 后运行 make 命令。