Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmrodri/show-prs
https://github.com/jmrodri/show-prs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmrodri/show-prs
- Owner: jmrodri
- Created: 2016-09-15T13:07:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T15:14:22.000Z (over 7 years ago)
- Last Synced: 2024-11-06T15:58:56.285Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# show-prs
```
$ ./show-prs --help
Usage: show-prs [-s] [-a value] [-f value] [-o value] [-p value] [-t value] [parameters ...]
-a, --token=value Token
-f, --from=value Sender email address
-o, --org=value org
-p, --project=value
Project
-s, --send
-t, --to=value Recipient email address```
EXAMPLE
---------
./show-prs --send --from "[email protected]" --to "[email protected]" -p project1 -p projectN --org githubuserINSTALL
--------
Use go get to install the program. It will be located in ```$GOPATH/bin``````
go get github.com/jmrodri/show-prs
```MANUAL BUILD
---------------
```
git clone https://github.com/jmrodri/show-prs.git
cd show-prs
go build
./show-prs
```