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

https://github.com/neelabalan/gca

clone all public repositories of user along with gists
https://github.com/neelabalan/gca

cli clone git github python repostiory terminal

Last synced: about 2 months ago
JSON representation

clone all public repositories of user along with gists

Awesome Lists containing this project

README

          

# gca (github clone all)
[![codecov](https://codecov.io/gh/neelabalan/gca/branch/main/graph/badge.svg?token=MGFCAJ1UR6)](https://codecov.io/gh/neelabalan/gca)
[![PyPI version](https://badge.fury.io/py/ghub-clone.svg)](https://badge.fury.io/py/ghub-clone)
> simple script to clone all public repositories of a user

![gif](https://i.imgur.com/3UJQech.gif)

## installation

```bash
pip install ghub_clone
# git needs to be in system path
```

## usage

```bash
# user
gca --user neelabalan

# to not download github gists of the user
gca --user --ignore-gist neelabalan

# org
gca --user microsoft
```