0.0.3 • Published 8 years ago

gh-pr-cycle v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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}
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago