项目作者: nicokosi

项目描述 :
Command-line for GitHub pull request statistics
高级语言: Go
项目地址: git://github.com/nicokosi/pullpigo.git
创建时间: 2019-11-23T13:11:44Z
项目社区:https://github.com/nicokosi/pullpigo

开源协议:MIT License

下载


" class="reference-link">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

  1. go install github.com/nicokosi/pullpigo

Run

  1. pullpigo --repo=nicokosi/pullpigo

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

  1. pullpigo --repo=vidal-community/atom-jaxb
  2. GitHub repository 'vidal-community/atom-jaxb'
  3. Pull requests
  4. opened per author
  5. amairi: 1
  6. commented per author
  7. AElMehdiVidal: 1
  8. jcgay: 1
  9. closed per author

The available command options can be listed this way:

  1. pullpigo --help

Code

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