1.2.4 • Published 6 years ago

youtracker v1.2.4

Weekly downloads
24
License
MIT
Repository
github
Last release
6 years ago

youtracker

Create default branches based on YouTrack issues

requirements

  • nodejs needs to be installed
  • git needs to be installed

installation

  • npm install -g youtracker

configuration

  • yt-issue-branch setup

usage

  • cd <other git tracked repository>
  • yt-issue-branch 123 or yt-issue-branch PROJECTID-123

usage (staging & master)

  • cd <other git tracked repository>
  • yt-issue-branch-staging 123 or yt-issue-branch 123 --branch staging
  • yt-issue-branch-production 123 or yt-issue-branch 123 --branch master

what will it do

  • connect to YouTrack and get the issue's summary
  • normalize the summary
  • checkout the default branch and pull the latest state
  • create a branch from the latest default branch, name it <PROJECTID-123>_add-functionality-xyz and check it out
1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago