plugin which integrates giter8 template system directly into sbt
Make sure that you have sbt installed before continuing
For the best experience, install as a global sbt plugin, by creating a new file at ~/.sbt/0.13/plugins/g8SuperPlugin.sbt
containing:
addSbtPlugin("io.github.darkyenus" % "g8superplugin" % "1.0")
Or you can append it into your plugins.sbt
file, it does not really matter
Simply fire up sbt wherever you want to create a new project from g8 template and use the g8
command as usual.
All g8 flags are available.
Examples:
$ sbt g8 ajhager/libgdx-sbt-project
$ sbt g8 -f -b binary n8han/giter8.g8 --name="My new g8 template"