This simple little tool generates a static HTML report of issues for a Github repo. This is useful if you want to share the status of issues with someone who doesn't have access to your repo, for example.
- Install
npm install -g github-issue-reports
- Run
github-issue-reports -o <owner> -r <repo> [-t <access token>]
(access token is required to access private repos)