Skip to content

Releases: designjockey/github-stats-cli

Adds --reviews option

29 Jul 01:51
Compare
Choose a tag to compare
  • Adds --reviews option to get aggregated number of PRs reviewed and comments added by author
  • Bumps up test coverage

2.0.0

05 Nov 02:06
Compare
Choose a tag to compare
  • 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 of github-stats-cli
  • Pulls only merged PR data (support for other states to come)

Cli bug fix

28 May 23:29
Compare
Choose a tag to compare

Fixes bug where the CLI command wouldn't be recognized in the terminal

First release - Supports PR stats

28 May 22:40
2af8719
Compare
Choose a tag to compare

This release includes pulling PR stats from specified Github repository