clonem

0.1.7 • Public • Published

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.

/clonem/

    Package Sidebar

    Install

    npm i clonem

    Weekly Downloads

    0

    Version

    0.1.7

    License

    MIT

    Last publish

    Collaborators

    • lekkas