Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rn/gh-report

A utility to generate weekly or monthly activity reports for GH repositories
https://github.com/rn/gh-report

github github-api

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `gh-report`

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

For example:

```sh
gh-report -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.