An open API service indexing awesome lists of open source software.

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

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`
```