https://github.com/stepanzubkov/ghclone
CLI for cloning github repositories.
https://github.com/stepanzubkov/ghclone
Last synced: over 1 year ago
JSON representation
CLI for cloning github repositories.
- Host: GitHub
- URL: https://github.com/stepanzubkov/ghclone
- Owner: stepanzubkov
- License: gpl-3.0
- Created: 2023-12-30T19:42:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T18:10:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T14:15:06.451Z (over 1 year ago)
- Language: Go
- Size: 9.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghclone :octocat:
**Ghclone** allows clone multiple repositories by one command.
## Examples
Clone all user's repositores:
```
ghclone stepanzubkov
```
Clone only latest created repository:
```
ghclone --latest stepanzubkov
```
Choose repos and clone them:
```
ghclone --choose stepanzubkov
```
To clone repos with *ssh*, add `--ssh` flag:
```
ghclone --ssh stepanzubkov
```
To specify *directory*, add `--dir` flag:
```
ghclone --dir /tmp stepanzubkov
```
## Installation
### Build from source
Clone this repo, then:
```
cd ghclone/ghclone
make
sudo make install
```
## Contribution
Feel free to contribute to this project. Leave issues and send PRs. Ghclone is licensed under **GPLv3-or-later** license.