Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icholy/git-get

go get for everything else
https://github.com/icholy/git-get

Last synced: 1 day ago
JSON representation

go get for everything else

Awesome Lists containing this project

README

        

# git-get

> Clone into a GOPATH like directory structure

## Install
```
go install github.com/icholy/git-get@latest
```

## Usage

```
git get [] [--]
```

* Arguments are forwarded directly to `git clone`.
* The `` parameter **MUST** be placed last.

## Config

By default, repositories are cloned to `~/src`.
This can be changed with the `GIT_GET_PATH` env variable.

## Demo

![](tty.gif)