文件名称:gitreleases:Git版本允许您直接链接到GitHub上最新版本的资产
文件大小:206KB
文件格式:ZIP
更新时间:2024-02-24 07:50:32
github go kubernetes github-api releases
Git发布 Git版本允许您直接链接到GitHub上最新版本的资产。 会费 对于任何重大更改,请先打开一个问题进行讨论。 除此之外,任何人都非常欢迎贡献。 使用说明 该项目需要go 1.11。 在本地运行: # retrieve a personal access token from GitHub on http://github.com/settings/tokens $ METRICS_USERNAME=gitreleases METRICS_PASSWORD=gitreleases LISTEN_ADDR= " :8080 " GITHUB_TOKEN= " $GITHUB_TOKEN " go run main.go github.go api.go metrics.go cache.go 请使用goimports格式化代码。 要更新目标网页上的任何内容,请执行以下操作: $ make install $ make public/style.min.css # that's a bit convoluted to use, but anyway $ cp publ
【文件预览】:
gitreleases-master
----go.mod(577B)
----main.go(3KB)
----github_test.go(4KB)
----postcss.config.js(98B)
----go.sum(5KB)
----github.go(5KB)
----Dockerfile(325B)
----landingpage()
--------tachyons.min.css(72KB)
--------index.html(6KB)
--------img()
--------script.js(4KB)
--------gitreleases.css(1KB)
----k8s()
--------deploy.sh(907B)
--------ingress.yml(483B)
--------service.yml(264B)
--------deployment.yml(2KB)
--------gitlab-secret.sh(184B)
--------_init.yml(61B)
----LICENSE(1KB)
----cache.go(2KB)
----test()
--------fixtures()
----README.md(2KB)
----Makefile(2KB)
----.editorconfig(349B)
----.gitignore(363B)
----metrics.go(2KB)
----api.go(4KB)