Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaothallis/prar
https://github.com/joaothallis/prar
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaothallis/prar
- Owner: joaothallis
- License: mit
- Created: 2024-07-30T01:54:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T04:42:07.000Z (3 months ago)
- Last Synced: 2024-10-10T14:47:12.218Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prar
`prar` is a program to request review in GitHub pull requests using users defined in a file.
## Usage
To use you should create a file with the users you want to request review.
The file should be located in ~/.config/prar and have the following format:```json
{
"repository": [
"user1"
],
"another-repository": [
"user4",
"user"
]
}
```Then you can run the program with the following command:
```bash
prar
```Note: you should be in the directory.
## Install
```bash
sudo GOBIN=/usr/local/bin/ go install
```