1.0.2 • Published 4 years ago

jira-to-branch-name v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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'
1.0.2

4 years ago

1.0.0

4 years ago