0.1.7 • Published 7 years ago

clonem v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

npm.io

Licence

Copyright (c) 2015 Kostas Lekkas

The project is licensed under the MIT license.