Skip to content

n3wscott/prbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Builder

prbuilder is a tool for making prs to github.

GoDoc Go Report Card

Work in progress.

Installation

prbuilder can be installed via:

go get github.com/n3wscott/prbuilder/cmd/prbuilder

To update your installation:

go get -u github.com/n3wscott/prbuilder/cmd/prbuilder

Usage

prbuilder is only a base command.

Usage:
  prbuilder [flags]

Flags:
      --body string           The body of the PR to send.
      --branch string         The branch we are building a PR against.
      --dry-run               Output what would happen.
      --email string          The author email.
      --name string           The author name.
      --organization string   The Github organization to which we're sending a PR.
      --repository string     The Github repository to which we're sending a PR.
      --title string          The title of the PR to send.
      --token string          The random token for identifying this PR's provenance.
  -V, --verbose               Output more debug info to stderr
      --workspace string      The workspace directory to turn into a PR.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages