jira-to-branch-name

1.0.2 • Public • Published

Jira to Branch Name

A CLI which takes a Jira ID and summary then converts it to a GitHub branch name

Example usage where you can copy a Jira ID and Summary and make it a branch name

Installation

npm i -g jira-to-branch-name

Usage

jbn <jira id> <summary>
git checkout -b $(jbn FOO 123 Make this great)
=> Switched to a new branch 'foo-123-make-this-great'

Readme

Keywords

none

Package Sidebar

Install

npm i jira-to-branch-name

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

137 kB

Total Files

7

Last publish

Collaborators

  • willtpwise