Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svg153/gh-clone-org
A GitHub CLI extension to clone all repositories in an organization as quickly as possible
https://github.com/svg153/gh-clone-org
bash cli gh-extension git git-clone github github-cli github-cli-extension terminal
Last synced: 24 days ago
JSON representation
A GitHub CLI extension to clone all repositories in an organization as quickly as possible
- Host: GitHub
- URL: https://github.com/svg153/gh-clone-org
- Owner: svg153
- License: mit
- Created: 2022-12-12T14:30:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T01:57:15.000Z (about 1 month ago)
- Last Synced: 2024-12-05T02:32:23.737Z (about 1 month ago)
- Topics: bash, cli, gh-extension, git, git-clone, github, github-cli, github-cli-extension, terminal
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-clone-org
A GitHub CLI extension to clone all repositories in an organization as quickly as possible.
## Prerequisites
- GitHub CLI version 1.0.0 or higher
- Git installed on your machine## Installation
```sh
gh extension install svg153/gh-clone-org
```## Usage
```sh
gh clone-org
```For help, run:
```sh
gh clone-org --help
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.