# run command on develop branch
$ git fetch template
$ git merge template/*[yourWantedBranch]*
$ echo *[yourWantedBranch] > BASEBRANCH  # This enables further `npm run update:template`...*

Replace [yourWantedBranch] **with the branch you want. (jsinterop etc...)