https://github.com/mtso/goget
go get all the repos
https://github.com/mtso/goget
clone fetch git go-get
Last synced: 5 months ago
JSON representation
go get all the repos
- Host: GitHub
- URL: https://github.com/mtso/goget
- Owner: mtso
- Created: 2017-09-09T07:20:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T05:26:09.000Z (over 5 years ago)
- Last Synced: 2024-12-25T05:32:21.115Z (over 1 year ago)
- Topics: clone, fetch, git, go-get
- Language: Go
- Homepage: https://mtso.github.io/goget
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goget
[summary]::
`go get` **all** the repos.
## Install
```
$ go get github.com/mtso/goget
```
## Usage
`goget` uses `GITPATH` to determine where to save the repository to.
```
$ GITPATH=~/dev goget github.com/mtso/goget
```
To change directories into the repository right after cloning:
```
$ cd `goget github.com/mtso/cha-0`
```