Skip to content

Installing local version of giter8

Pablo Díaz-López edited this page Jul 5, 2017 · 5 revisions

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.

Installing local version

  • Change g8version in build.sbt by adding "-SNAPSHOT".
  • Run publishLocal from sbt.
  • From a shell session run cs --local foundweekends/giter8/0.7.1-SNAPSHOT. Use the version number you just wrote in build.sbt

To refresh:

  • publishLocal from sbt again.
  • From a shell session run cs --clean-boot.

To get back to normal version:

  • From a shell session run cs foundweekends/giter8