ghbackup
v1.2.1
Published
Back up ALL your GitHub repositories.
Downloads
14
Maintainers
Readme
ghbackup
Back up ALL your GitHub repositories.
Installation
$ npm install -g ghbackup
$ cd /my/backups/
$ ghbackup --accessToken 123 --mirror
Usage
Options:
--accessToken Personal access token [required]
--mirror Pass --mirror to git clone [default: false]
--help Show help [boolean]
A username is not required because it's included in the access token.
Requirements
git
should be installed already
License
MIT