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

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

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
```