0.0.1-beta-03 • Published 3 years ago

@nutgaard/gh-report v0.0.1-beta-03

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

GH-Report

Simple tool to extract a report of a teams PRs since a timestamp.

Usage

GH-Report
Automatically look for PR merges the last week for a given team.

gh-report myorg/myteam

Options:
    -l, --limit:    Extend the number of PRs checked for each repo. 
                    Default: 10
             
    -d, --since:    Set the cutoff for which PRs er relevant.
                    Default: now() - 1w
                    Example: 2021-09-15
                 
    -r, --reporter: Set the reporter format
                    Default: terminal
                    Options: terminal, markdown
                    
Examples:
    Specify the cutoff for relevant PRs 
    gh-report myorg/myteam --since 2021-09-01
    
    Increase the limit when fetching PRs for github 
    gh-report myorg/myteam --limit 20
    
    Print the report in markdown 
    gh-report myorg/myteam --reporter markdown