backup-github-repo
Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML.
Features
- generate a JSON file with all the issues and pull requests, including comments (demo)
- generate one HTML file per issue or pull request (demo)
- download CSS files and images locally to allow offline browsing (demo)
Known limitations
- Private repos: while JSON download works, the tool will fail to download HTML versions (see issue)
Dependencies
Install
git clone https://github.com/maxlath/backup-github-repo
cd backup-github-repo
npm install
npm link
Run
cd /path/to/my/repo/to/backup
backup-github-repo
License
MIT