Skip to content

🧪Command-line for GitHub pull request statistics

License

Notifications You must be signed in to change notification settings

nicokosi/pullpigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pullpigo CI badge Go Report Card

Pullpigo is a command-line that displays Pull Request counters for GitHub repositories.

Pre-requisite

Install the go command.

Install

go install github.com/nicokosi/pullpigo

Run

pullpigo --repo=nicokosi/pullpigo

For instance, here is an output example for the GitHub repository https://github.com/vidal-community/atom-jaxb:

pullpigo --repo=vidal-community/atom-jaxb
GitHub repository 'vidal-community/atom-jaxb'
Pull requests
    opened per author
        amairi: 1
    commented per author
        AElMehdiVidal: 1
        jcgay: 1
    closed per author

The available command options can be listed this way:

pullpigo --help

Code

  • run a command: go run pullpigo.go --repo=nicokosi/pullpigo
  • run the tests: go test
  • format the code: go fmt

About

🧪Command-line for GitHub pull request statistics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages