Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 information

OPTIONS:
-q, --query Additional GitHub search query
-t, --team Team ID

ARGS:
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'
```