mskelton / pr

Interactively create a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pr

Interactively create a pull request.

Installation

You can install pr by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/pr/install | sh

Or you can build from source.

git clone git@github.com:mskelton/pr.git
cd pr
go install .

Prerequisites

To parse and format the Jira ticket from your branch name, add a JIRA_PREFIXES environment variable to your shell with a list of supported Jira prefixes.

export JIRA_PREFIXES="ABC,SUPPORT"

Usage

pr

About

Interactively create a pull request.

License:ISC License


Languages

Language:Shell 69.4%Language:Go 30.6%