Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rn/gh-report
- Owner: rn
- License: apache-2.0
- Created: 2018-02-25T12:40:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T22:48:36.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T02:11:07.232Z (6 months ago)
- Topics: github, github-api
- Language: Go
- Homepage:
- Size: 209 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.