https://github.com/icholy/git-get
go get for everything else
https://github.com/icholy/git-get
Last synced: 7 months ago
JSON representation
go get for everything else
- Host: GitHub
- URL: https://github.com/icholy/git-get
- Owner: icholy
- License: mit
- Created: 2020-04-08T17:54:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T15:17:42.000Z (about 1 year ago)
- Last Synced: 2024-12-03T02:50:43.583Z (7 months ago)
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
