10000 GitHub - claudionts/prar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

claudionts/prar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.2%
  • Nix 11.8%
0