repo-downloader
v2.2.2
Published
Download all the repositories from BitBucket and GitHub, including your account, teams and where you created pull requests.
Downloads
14
Maintainers
Readme
Repository Downloader
Download all the repositories from BitBucket and GitHub, including your account, teams and where you created pull requests.
Installation
$ git clone https://github.com/IonicaBizau/repository-downloader.git repo-downloader
$ cd repo-downloader
$ npm i
$ npm i -g git-stats-importer
Usage
- Copy
config.tmpl.json
intoconfig.json
and edit it with your GitHub and BitBucket usernames and passwords. If you're using two factor authentication on github, please create an access token and fill it on password field. - Run
./start
and wait! :smile:
:bulb: You can pass arguments which are understood by git-stats-importer
(e.g. ./start -e '[email protected],[email protected]'
).
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.