https://github.com/fa7ad/git-clone-org
Clone all repos from a github organization
https://github.com/fa7ad/git-clone-org
Last synced: about 1 year ago
JSON representation
Clone all repos from a github organization
- Host: GitHub
- URL: https://github.com/fa7ad/git-clone-org
- Owner: fa7ad
- License: wtfpl
- Created: 2016-05-01T16:50:01.000Z (about 10 years ago)
- Default Branch: node
- Last Pushed: 2024-08-16T08:50:20.000Z (almost 2 years ago)
- Last Synced: 2025-05-04T00:35:29.007Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-clone-org
---
Clone all repos from a github organization
## Usage:
```bash
git clone-org myawesometeam
```
where **myawesometeam** is the github organization.
_Note: This script is very rudimentary, make a PR if you wanna add some cool feature._
## Installation:
```bash
[sudo] npm i -g git-clone-org
```