An open API service indexing awesome lists of open source software.

https://github.com/willtpwise/jira-to-branch-name

Simply CLI which takes a Jira ID and summary then converts it to a GitHub branch name
https://github.com/willtpwise/jira-to-branch-name

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](./img/usage.gif)

## Installation

```bash
npm i -g jira-to-branch-name
```

## Usage

```bash
jbn
```

```bash
git checkout -b $(jbn FOO 123 Make this great)
=> Switched to a new branch 'foo-123-make-this-great'
```