# pr-status

> Command line utility to check the status of open pull requests of an organization.

Latest version **0.2.1** (published 2019-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install pr-status
pnpm add pr-status
yarn add pr-status
bun add pr-status
```

Provides the commands `prs`, `pr-status`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2019-01-17 |
| First published | 2019-01-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.16.0 |
| Dependencies | 0 |
| Unpacked size | 12.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ambar Agrawal |
| Maintainers | ar4eve |
| Keywords | pr-status, pr, status, pull-request-status, pull, request, pull-request, status |

## Links

- npm: https://www.npmjs.com/package/pr-status
- Repository: https://github.com/ar4eve/pr-status
- Homepage: https://github.com/ar4eve/pr-status#readme
- Issues: https://github.com/ar4eve/pr-status/issues
- npm.io page: https://npm.io/package/pr-status

## Alternatives

- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K weekly downloads
- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads

## Recent versions

- 0.2.1 (latest) — 2019-01-17
- 0.2.0 — 2019-01-17
- 0.1.0 — 2019-01-16

## README

<p align="center">
  <a href="https://travis-ci.org/ar4eve/pr-status"><img src="https://travis-ci.org/ar4eve/pr-status.svg?branch=master" alt="tavis-ci: build"></a>
  <a href="https://github.com/facebook/jest"><img src="https://jestjs.io/img/jest-badge.svg" alt="jest"></a>
  <a href="https://badge.fury.io/js/pr-status"><img src="https://badge.fury.io/js/pr-status.svg" alt="npm version"></a>
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
</p>

# pr-status

Command line utility to check the status of open pull requests of an organization.

## Installation
Install pr-status using [`npm`](https://www.npmjs.com/)
```bash
$ npm install -g pr-status
```
Note: This package only works with [Github](https://github.com/) and the minimum supported Node version is v6.16.0 by default.

## Usage

Before starting please make sure you have GitHub personal access [token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)

1. By passing flag i.e. command line arguments.
```bash
$ pr-status --org 'organizationName' --token 'personalAccessToken'
```

2. By setting Environment Variables.
```bash
$ export PR_STATUS_ORG='organizationName'
$ export PR_STATUS_TOKEN='personalAccessToken'
$ pr-status
```
Note: `prs` can also be used to run the command instead of `pr-status`.

## Tests
```bash
$ npm test
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/pr-status · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
