1.2.1 • Published 7 years ago

ghbackup v1.2.1

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

ghbackup

Back up ALL your GitHub repositories.

NPM

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