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

9 lines (7 loc) 202 B
const { homedir } = require('os') const path = require('path') const configName = `.backup-github-repo` module.exports = [ path.join(process.cwd(), configName), path.join(homedir(), configName), ]