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
- Host: GitHub
- URL: https://github.com/willtpwise/jira-to-branch-name
- Owner: willtpwise
- Created: 2020-10-11T21:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T22:26:56.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:51:55.576Z (over 1 year ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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'
```