Skip to content
/ clonem Public

Clone all github repos belonging to a user or organization

License

Notifications You must be signed in to change notification settings

lekkas/clonem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clonem

Clone (or update) all repositories belonging to a user or organization.

Features

  • Automatically download all repositories of user/organization
  • Stop current clone/updates operation (e.g. for large repository) with Ctrl-C and move on to the next one
  • Update cloned repositories

Prerequisites

  • git

Install

$ npm install -g clonem

Usage

$ clonem

  Usage: clonem [options] [user|organization]

  Options:

    -h, --help           Output usage information
    -V, --version        Output the version number
    -u, --update         Update (git pull) cloned repositories of user/organization
    --no-fork            Ignore forked repositories
    -v, --verbose        Print git messages
    -t, --token <token>  Save Github personal API token

Example

Licence

Copyright (c) 2015 Kostas Lekkas

The project is licensed under the MIT license.

About

Clone all github repos belonging to a user or organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published