jira-to-branch-name
v1.0.2
Published
> A CLI which takes a Jira ID and summary then converts it to a GitHub > branch name
Readme
Jira to Branch Name
A CLI which takes a Jira ID and summary then converts it to a GitHub branch name

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