0.0.5 • Published 6 years ago

jira-brancher v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

JIRA Brancher

https://nodei.co/npm/jira-brancher.png?downloads=true&downloadRank=true&stars=true

Install:

npm i -g jira-brancher

Usage:

jirabrancher

The CLI will guide you through configuring your JIRA host, user & password.

JIRA Brancher will store 3 values in $HOME/.jirabrancher:

  • JIRA_HOST - the hostname of your JIRA server
  • JIRA_USER - the username for your JIRA account
  • JIRA_BASICAUTH - the HTTP Basic auth token used to connect to your JIRA server

On subsequent runs, you'll just need to provide a JIRA ticket number:

$ jirabrancher
Enter your JIRA ticket or ticket URL: YUM-1
Use the following branch name:
YUM-1/Create-A-Delicious-Recipe

Or, as a CLI argument.

$ jirabrancher YUM-1
Use the following branch name:
YUM-1/Create-A-Delicious-Recipe
0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago