Create git flow branch name using Jira issues assgined to you.
Create .env file. And add your info.
cp .env.example .env
Run script
node index.mjs
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)
node index.mjs --copy-to-clipboard
Your resulting branchname will be copied ready for you to use.
installs globally.
npm link