https://github.com/nicokosi/pullpigo
🧪Command-line for GitHub pull request statistics
https://github.com/nicokosi/pullpigo
cli github pull-request summary
Last synced: 6 months ago
JSON representation
🧪Command-line for GitHub pull request statistics
- Host: GitHub
- URL: https://github.com/nicokosi/pullpigo
- Owner: nicokosi
- License: mit
- Created: 2019-11-23T13:11:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T04:54:08.000Z (7 months ago)
- Last Synced: 2025-11-27T08:49:19.781Z (7 months ago)
- Topics: cli, github, pull-request, summary
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pullpigo  [](https://goreportcard.com/report/github.com/nicokosi/pullpigo)
Pullpigo is a command-line that displays Pull Request counters for GitHub repositories.
## Pre-requisite
Install the [`go command`](https://golang.org/cmd/go/).
## Install
go install github.com/nicokosi/pullpigo
## Run
pullpigo --repo=nicokosi/pullpigo
For instance, here is an output example for the GitHub repository :
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`