Pullpigo is a command-line that displays Pull Request counters for GitHub repositories.
Install the go command
.
go install github.com/nicokosi/pullpigo
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
- run a command:
go run pullpigo.go --repo=nicokosi/pullpigo
- run the tests:
go test
- format the code:
go fmt