fire-eggs / github-issue-reports

Generate reports on Github issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original was limited to 30 issues per page (as per Github's pagination). Modified to include all issues in a single report. Tweaks to report format (see sample below).

Purpose

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.

Getting Started

  1. Install npm install -g github-issue-reports
  2. Run github-issue-reports -o <owner> -r <repo> [-t <access token>] (access token is required to access private repos)

Creating an access token

Sample Report

Sample Report

About

Generate reports on Github issues.


Languages

Language:JavaScript 62.6%Language:HTML 37.4%