Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 679 Bytes

Clone fast. Clone often

Cloner makes local cloning fast and organized.

Installation

pip install cloner

Usage

Set your local repo directory via the CLONER_PATH environment variable

echo "export CLONER_PATH=\"~/repos\"" >> ~/.bash_profile

Then you can clone any github repo into that directory with the username and repo name, like this:

cloner kardasis cloner

will clone this repo into ~/repos/kardasis/cloner

You can also use the web URL from the repo

cloner https://github.com/kardasis/cloner

or any URL from within the repo

cloner https://github.com/kardasis/cloner/blob/master/cloner/cli.py