Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pomdtr/gh-get

clone repository in a specific directory
https://github.com/pomdtr/gh-get

gh-extension

Last synced: about 2 months ago
JSON representation

clone repository in a specific directory

Awesome Lists containing this project

README

        

# gh-get

```sh
gh extrension install pomdtr/gh-get
git config --global gh-get.root ~/Developer
gh get https://github.com/pomdtr/sunbeam
# Runs `git clone https://github.com/pomdtr/sunbeam ~/Developer/github.com/pomdtr/sunbeam`
```