An open API service indexing awesome lists of open source software.

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

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
```