0.0.3 • Published 8 years ago
gh-pr-cycle v0.0.3
gh-pr-cycle
CLI to Output GitHub PullRequest Cycle Stats
Installation
npm install gh-pr-cycle
Usage
$ gh-pr-cycle {user}/{repo}
Example
$ gh-pr-cycle --all yasuhiroki/gh-pr-cycle
| PR number | state | created by | created at | merged by | mergedd at | duration(msec) | changed files |
| 1 | closed | yasuhiroki | yasuhiroki | 11000 | 1 |
| 2 | open | yasuhiroki | | | 1 |
Options
--all
Show open/closed pull request.
$ gh-pr-cycle --all {user}/{repo}
--token TOKEN
Use GitHub Personal Token.
$ gh-pr-cycle --token 'Your Persion Token' {user}/{repo}