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

8 lines (7 loc) 182 B
module.exports = data => { console.log('indexing issue by number') return data.reduce((index, nextEntry) => { index[nextEntry.number] = nextEntry return index }, {}) }