1.2.4 • Published 8 years ago

youtracker v1.2.4

Weekly downloads
24
License
MIT
Repository
github
Last release
8 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

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago