Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ghbackup

aluxian13MIT1.2.1

Back up ALL your GitHub repositories.

github, backup, repositories, archive, github.com, back, up, back-up

readme

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