nutgaard / gh-report

simple tool to see changes done within a team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GH-Report

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

Install

npm i @nutgaard/gh-report -g

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

About

simple tool to see changes done within a team


Languages

Language:JavaScript 100.0%