UNPKG

backup-github-repo

Version:

Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML

4 lines (3 loc) 108 B
#!/usr/bin/env node const [ url ] = process.argv.slice(2) console.log(require('../lib/repo_name')({ url }))