0.1.2 • Published 3 years ago

gjira v0.1.2

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

Simple tool to make easy to do fast PRs based on issues in JIRA

Gjira

Install

yarn global add gjira

or

npm i -g gjira

Setup

Run gjira configure and answer questions there.

You JIRA credentials are saved plain text in your HOME directory.

Create branch

Command gjira PROJECT-123 will

  • Stash your changes
  • Checkout base branch (master)
  • Create new branch

Push

Command gjira push will

  • Stage your changes
  • Commit with JIRA message
  • Push to origin

MIT