Socket
Socket
Sign inDemoInstall

listprs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listprs

A simple nodejs tool to list open PRs on your organization


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

listprs

A simple nodejs tool to list open PRs on your organization

Install

$ npm install -g listprs

Usage

Just run:

$ listprs

Configure

The first time you run the command you will be prompted to complete the required configuration. You can re-configure the client any time by running.

$ listprs -c

The required configuration is:

GitHub API url

Url to access GitHub's API.

  • regular (default) https://api.github.com
  • enterprise https://yourdomain.com/api/v3
Personal access tokens

The Personal access tokens functions like ordinary OAuth access tokens. We require a valid token to search into your repositories;

User/Organization

Used to filter the open PRs within a user's or organization's repositories.

(in) Labels

You can search for open PRs using a list of labels, use comma to include more than one.

(out) Labels

You can exclude open PRs using a list of labels, use comma to include more than one.

Empty a config value

-e param empty the value of organization, inLabel or outLabel.

$ listprs -e [organization|inLabel|outLabel]

Help

List of options:

$ listprs -h

Did you find a 🐞 ?

Feel free to report any issue found.

License

MIT

Keywords

FAQs

Package last updated on 11 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc