@brevity/gcoj
v1.0.3
Published
git checkout -b JIRA-ISSUE_feature_branch
Downloads
4
Readme
Good feature branch names from JIRA
Install
npm i -g @brevity/gcoj
Usage with arguments
$ gcoj \
--user [email protected] \
--token b333Pb00Pb33PbL0RPbL3RPS \
--url https://fudgebuzzle.atlassian.net \
--project RE \
--project HW \
--status 'To Do' \
--status 'In Progress' \
--status Reopened \
Usage with an rc file
Settings are saved in $HOME/.brevityrc
# file: ~/.brevityrc
gcoj:
user: [email protected]
token: b333Pb00Pb33PbL0RPbL3RPS # should be in keychain, i know...
jiraUrl: https://fudgebuzzle.atlassian.net
projects:
- RE
- MB
statuses:
- 'To Do'
- 'In Progress'
- Reopened
Then just run
$ gcoj