/github-export-issues

export github issue 导出 github issue xlsx

Primary LanguageJavaScript

github-export-issues

export github issues

see ./app/controller/home.js

/*
// oauth
octokit.authenticate({
  type: 'oauth',
  token: ''
})
*/
const owner = 'facebook'  // update the owner
const repo = 'react'      // update the repo

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/