prar

command module
v0.0.0-...-9fd6863 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: MIT Imports: 7 Imported by: 0

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:

{
  "repository": [
    "user1"
  ],
  "another-repository": [
    "user4",
    "user"
  ]
}

Then you can run the program with the following command:

prar <repository>

Note: you should be in the directory.

Install

sudo GOBIN=/usr/local/bin/ go install

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL