https://github.com/vrann/git-stat
Collect Statistic about GitHub PRs
https://github.com/vrann/git-stat
Last synced: 3 months ago
JSON representation
Collect Statistic about GitHub PRs
- Host: GitHub
- URL: https://github.com/vrann/git-stat
- Owner: vrann
- Created: 2017-02-24T19:52:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T21:33:40.000Z (about 8 years ago)
- Last Synced: 2025-01-08T01:52:50.457Z (5 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub PRs statistic tool
1. create .githubtoken with the valid access token for the GitHub
2. run composer install
3. Run tool through the browser, i.e. http://localhost/git-stat/index.php It will generate HTML page with the statistic on pull requests per weekAlternatively tool can be run from CLI, but the output will be in HTML:
```
cd git-stat
php index.php
```