Skip to content

silky/clone-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clone-all

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.

About

clone all the github repositories of a particular user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published