Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmrodri/show-prs


https://github.com/jmrodri/show-prs

Last synced: 11 days ago
JSON representation

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 githubuser

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