toptal-hopper:Go 中的原型部署自动化工具

时间:2024-06-25 11:26:38
【文件属性】:

文件名称:toptal-hopper:Go 中的原型部署自动化工具

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-25 11:26:38

Go

料斗 Hopper 是一个原型 Web 应用程序部署自动化工具,用于随 Toptal 博客上的文章一起构建。 用法 要编译它,您需要在您的计算机上。 您可以像一样下载和编译这个。 mkdir hopper cd hopper export GOPATH=`pwd` go get github.com/hjr265/toptal-hopper go install github.com/hjr265/toptal-hopper 要在您的服务器上运行它,请确保安装了 Git 和 Bash,并且当前目录中存在有效的配置文件 (config.tml)。 # config.tml [core] addr = ":26590" [buildpack] url = "https://github.com/heroku/heroku-buildpack-nodejs.git" [app] repo


【文件预览】:
toptal-hopper-master
----main.go(2KB)
----app.go(4KB)
----hook.go(2KB)
----README.md(930B)
----buildpack.go(654B)
----.gitignore(266B)
----config-sample.tml(212B)
----node.go(2KB)

网友评论