rn / gh-report

A utility to generate weekly or monthly activity reports for GH repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-report

A small utility to generate weekly or monthly reports for GitHub repositories as mark-down.

For example:

gh-report -token <github token> -weekly 2018-8 linuxkit/linuxkit linuxkit/kubernetes

generates a report of activity on two repositories for ISO week 8 in 2018. It prints a small summary of contributions (PRs, Issues, comments), number of individual contributors, merged and creates PRs and Issues all with hyperlinks.

It can also be used to generate activity reports for an individual user by specifying the -user option.

About

A utility to generate weekly or monthly activity reports for GH repositories

License:Apache License 2.0


Languages

Language:Go 97.4%Language:Makefile 2.6%