Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukukotani/gh-ranking
👑 Show in-organization ranking of GitHub activities such as review count.
https://github.com/yukukotani/gh-ranking
cli gh-extension github
Last synced: 25 days ago
JSON representation
👑 Show in-organization ranking of GitHub activities such as review count.
- Host: GitHub
- URL: https://github.com/yukukotani/gh-ranking
- Owner: yukukotani
- Created: 2022-07-15T16:50:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T15:47:37.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:43:49.132Z (3 months ago)
- Topics: cli, gh-extension, github
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-ranking
Show in-organization ranking of GitHub activities such as review count.
## Installation
```
gh extension install yukukotani/gh-ranking
```## Usage
```
USAGE:
gh-ranking [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-q, --query Additional GitHub search query
-t, --team Team IDARGS:
Organization ID
open-pr | review-pr
```### Example: Ranking of review count in engineering team since 2022-06-01
```
gh ranking ubie-inc review-pr --team engineering --query 'created:>=2022-06-01'
```