Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gschlager/discourse-github-stats
https://github.com/gschlager/discourse-github-stats
discourse github
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gschlager/discourse-github-stats
- Owner: gschlager
- License: gpl-3.0
- Created: 2018-06-01T09:57:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:07:21.000Z (11 months ago)
- Last Synced: 2024-12-18T14:14:37.854Z (18 days ago)
- Topics: discourse, github
- Language: Ruby
- Size: 20.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discourse-github-stats
Prints a list of all contributors in https://github.com/discourse between to Discourse versions.
Contributions in forked repositories are excluded -- with the exception of the ones defined in `stats.rb`.
It also contains a list of former team members to exclude them from the contributor list during their time as team member.### Usage
```bash
stats.rb --start-tag TAG [--end-tag TAG] [--verbose] [--token TOKEN]
```* The `--end-tag` is optional. If it's missing it will use the current date instead of calculating the date based on the tag.
* The `--verbose` options lists the affected repositories for each contributor.##### Example:
```bash
./stats.rb --start-tag v2.7.0 --end-tag v2.8.0
./stats.rb --start-tag v2.8.0
```