Clone (or update) all repositories belonging to a user or organization.
- 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
git
$ npm install -g clonem $ 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 Copyright (c) 2015 Kostas Lekkas
The project is licensed under the MIT license.
