Skip to content

justmejulian/jiraBranchnameCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Branchname creator

Create git flow branch name using Jira issues assgined to you.

Run

Create .env file. And add your info.

cp .env.example .env

Run script

node index.mjs

Pipe

The prompts are displayed using stderr. This allows you to pipe to other commands.

As an example, you can create a new branch using or script as a substitution command.

git checkout -b $(node index.mjs)

Copy to clipboard

node index.mjs --copy-to-clipboard

Your resulting branchname will be copied ready for you to use.

Install

installs globally.

npm link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published