Clone all the github repositories of a particular user.
This package is available on hackage so can be installed with
cabal install clone-all
Alternatively, you can clone this repo and install with stack
git clone https://github.com/silky/clone-all.git
cd clone-all
stack install
Example usage:
mkdir temp
clone-all temp -u silky
This will clone all the repositories I have (note: It's a lot.)
Usage: clone-all [DIRECTORY] (-u|--user ARG)
Available options:
-h,--help Show this help text
DIRECTORY Directory to clone everything into
-u,--user ARG Name of the user to clone the repos of.