https://github.com/codeskyblue/grget
simple online go build
https://github.com/codeskyblue/grget
Last synced: about 2 months ago
JSON representation
simple online go build
- Host: GitHub
- URL: https://github.com/codeskyblue/grget
- Owner: codeskyblue
- License: mit
- Created: 2015-08-18T16:49:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T06:44:50.000Z (over 9 years ago)
- Last Synced: 2025-01-26T01:17:53.674Z (4 months ago)
- Language: Go
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grget
[](https://travis-ci.org/codeskyblue/grget)very simple go online build.
## Limits
* The repo must be in github.com
* Must be golang repo
* Repo must have folder `Godeps` in top dir.## Usage
```
curl http://grget.shengxiang.me/codeskyblue/minicdn/master/linux/amd64 -o minicdn
```There is also another way, use a script. This will auto check OS and ARCH. (not working in windows)
```
sh grins.sh codeskyblue/minicdn
```## grcli
Like `apt-get install`, So I create a tools named `grcli`
$ go get -v github.com/codeskyblue/grget/grcli
$ grcli install codeskyblue/fswatch
# now you can run fswatch## Deploy server
Need to specify git host and listen port, ex
grget -githost git.localhost.com -p 4321
Then add the following to bashrc, so grcli can find the right server.
export GRGET_SERVER_ADDR="git.localhost.com"
## Notification
Please donot hack my machine.## LICENSE
[MIT](LICENSE)