Metadata-Version: 2.4
Name: clone-github
Version: 0.15
Summary: Clone github repos in bulk.
Home-page: https://github.com/khilnani/clone-github
Author: khilnani
Author-email: nik@khilnani.org
License: GPLv2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

# clone-github

> Clone github repos in bulk

# Installation

- `sudo pip install clone-github --upgrade`
  - On Mac: Installs to `/Library/Python/2.X/site-packages`

# Instructions

```
Usage: clone-github [options]

Options:
  -h, --help                Show this help message and exit
  -o ORG, --org=ORG         Github.com organization name. Assumes Oauth user if
                            omitted.
  -u USER, --user=USER      Github.com user name. Assumes Oauth user if omitted.
  -t TOKEN, --token=TOKEN   OAuth Access Token.
  -p, --private             List only Private repos. Default is Public.
  -r, --run                 Execute changes. Default is Dry Run.
```
