jgf 0.1.2

Jira-GitHub Flow CLI tool for seamless project management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "project": "edumong-fe",
  "jira": {
    "url": "https://lemong-hq.atlassian.net",
    "project": "EM",
    "username": "jaeha@lemong.ai"
  },
  "github": {
    "owner": "Lemong23",
    "repo": "edumong-fe"
  },
  "defaultBranch": "develop",
  "prTemplate": {
    "path": ".github/pull_request_template.md"
  }
}