https://github.com/maxigimenez/github-notify-node
List open pull requests on repositories, check which one is assigned to you.
https://github.com/maxigimenez/github-notify-node
Last synced: 2 months ago
JSON representation
List open pull requests on repositories, check which one is assigned to you.
- Host: GitHub
- URL: https://github.com/maxigimenez/github-notify-node
- Owner: maxigimenez
- License: mit
- Created: 2015-03-22T15:04:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T13:53:54.000Z (over 11 years ago)
- Last Synced: 2025-10-26T18:39:54.808Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Github list
Fetching all the pull requests open from an specifc user and repository.
## Install
This will install the bin as `gitlist`
```bash
npm install -g github-notity-node
```
## Usage
### Setting Github token
First generate a new token [follow this instructions](https://help.github.com/articles/creating-an-access-token-for-command-line-use/#creating-a-token), then set the token using the next command:
```bash
gitlist -t TOKEN
```
*Note: this will be saved in your `~/.ssh` folder with a file called `config.gitlist`*
### Feching open pull requests
```bash
gitlist -u USER -r REPOSITORY
```
### Help
```bash
gitlist -h
```
## License
[MIT](LICENSE.md)