https://github.com/codementorio/qpr
A simple script to query Gihtub Pull requests
https://github.com/codementorio/qpr
Last synced: 11 months ago
JSON representation
A simple script to query Gihtub Pull requests
- Host: GitHub
- URL: https://github.com/codementorio/qpr
- Owner: CodementorIO
- Created: 2017-04-04T14:17:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T00:54:03.000Z (over 7 years ago)
- Last Synced: 2025-07-29T10:27:00.358Z (11 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QPR
Github Pull Request Querier
## Installation
```
$ npm i -g qpr
```
## Usage:
1. create a credential file `~/.qpr.credentials.yml` with the following content:
```
username: github-username
token: the-token
repoOwner: the-repo-owner
```
2. query pull requests:
```
$ qpr
```