jira-flow

0.1.6 • Public • Published

Jira-Flow

Jira-Flow is a CLI tool designed to link git commits with JIRA issues.

Installation

To install Jira-Flow, run the following command:

npm install -g jira-flow

Usage

Once installed, you can start using Jira-Flow with the following command:

jira-flow init

A Quick Example

Here's a glimpse of how Jira-Flow will work:

# Running Jira-Flow for the first time in a repository
$ jira-flow init

# The interactive CLI will present the user with a menu:
1. Auto-detect JIRA issue key from branch name.
2. Manually enter the JIRA issue key.

# User selects option 1 and the tool configures the Git hook automatically.

Once set up, Jira-Flow will prepend commit messages with the JIRA issue key, either detected from the branch name or entered manually, enhancing the integration between the developer's code repository and the JIRA tracking system.

Contributing

  • Fork the repository
  • Create a branch
    git checkout -b fix/amazingFix
  • Commit your changes and push to your branch
    git commit -m "made an amazingFix"
    git push origin fix/amazingFix
  • Open a pull request

Package Sidebar

Install

npm i jira-flow

Weekly Downloads

2

Version

0.1.6

License

MIT

Unpacked Size

35.8 kB

Total Files

22

Last publish

Collaborators

  • jaleelb