Metadata-Version: 2.1
Name: ghub-clone
Version: 0.2.2
Summary: UNKNOWN
Home-page: https://github.com/neelabalan/gca
Author: neelabalan
Author-email: neelabalan.n@gmail.com
License: MIT
Keywords: git clone github
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.20.0)
Requires-Dist: rich (>=9.12.3)

# gca (github clone all)
[![codecov](https://codecov.io/gh/neelabalan/gca/branch/main/graph/badge.svg?token=MGFCAJ1UR6)](https://codecov.io/gh/neelabalan/gca)

> simple script to clone all public repositories of a user



## installation

```bash
python3 setup.py install
# 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 
```



