When you’re working on giter8 locally you probably want to try out your changes before you open a pull request. This is how you do it.
Giter8 uses [conscript] as distribution mechanism. You can find more documentation about conscript on its [official page].
PATH
: Before you install giter8 with conscript, you need to ensure, that conscript directory has higher precedence than default installation path.
You can either delete existing version of giter8, or change PATH
variable such that
~/.conscript/bin
is before.
g8version
in build.sbt
i.e. by adding "-SNAPSHOT"
;
publishLocal
from sbt;
cs --local foundweekends/giter8/<YOUR_VERSION>
.
Use the version number you just wrote in build.sbt
.
publishLocal
from sbt again;
cs --clean-boot
.
From a shell session run cs foundweekends/giter8
.