Releases: designjockey/github-stats-cli
Releases · designjockey/github-stats-cli
Adds --reviews option
- Adds --reviews option to get aggregated number of PRs reviewed and comments added by author
- Bumps up test coverage
2.0.0
- Modified GraphQL query to return more additional data
- Adds new flags to support from and to dates for fetching data
- Paginates results to fetch all data between dates
- Allows fetching all PRs between dates by author
- Generates a csv file with all the fetched data
- Renamed cli command to a shorter
ghs
instead ofgithub-stats-cli
- Pulls only merged PR data (support for other states to come)
Cli bug fix
Fixes bug where the CLI command wouldn't be recognized in the terminal
First release - Supports PR stats
This release includes pulling PR stats from specified Github repository