scala - How to specify a branch in "sbt new"? -


when using sbt new, can initialize new project based on default branch of github project containing giter8 template.

is possible use template branch other default one?

there's open issue on giter8, according comment should able run

sbt new "-t my-custom-branch foo/foo.g8" 

i didn't test it, though, since i'm not aware of giter8 template multiple branches , admittedly lazy create 1 :)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -