Popularity
6.9
Stable
Activity
0.0
Stable
19
3
6

Monthly Downloads: 6
Programming language: Haskell
License: MIT License
Tags: Development    

clone-all alternatives and similar packages

Based on the "Development" category.
Alternatively, view clone-all alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of clone-all or a related project?

Add another 'Development' Package

README

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.