https://github.com/abiosoft/ghrelease
A tool to download latest release archive for a GitHub project using GitHub API.
https://github.com/abiosoft/ghrelease
Last synced: over 1 year ago
JSON representation
A tool to download latest release archive for a GitHub project using GitHub API.
- Host: GitHub
- URL: https://github.com/abiosoft/ghrelease
- Owner: abiosoft
- License: mit
- Created: 2015-06-05T01:18:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T01:25:01.000Z (about 11 years ago)
- Last Synced: 2025-01-23T14:49:57.881Z (over 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghrelease
A tool to download latest release archive for a GitHub project using GitHub API.
### Usage
```
http://ghrelease.abiosoft.com///
```
##### Example
```
http://ghrelease.abiosoft.com/mholt/caddy/caddy_linux_amd64.zip
```
This will download the latest version of `caddy_linux_amd64.zip` for the project `github.com/mholt/caddy`.
### Building from source
Go is a prerequisite. Download it [here](http://golang.org/doc/install.html)
```shell
$ go get github.com/abiosoft/ghrelease
```
Start
```
$ ghrelease
2015/06/05 02:23:50 Waiting for requests on 8888
```