giter8 is “a command line tool to generate files and directories from templates published on github.” Its written in Scala on top of the Simple Build Tool, but you don’t need to be a Scala hacker to use it.
You can find a list of existing templates here.
In response to the question of how this is different than Lifty, giter8 creator Nathan Hamblen writes:
Lifty is an sbt processor, meaning it runs inside of sbt itself. You can’t run sbt or any processor until you have a project to run it in. Giter8 addresses step 1 of sbt project creation. You could use giter8 create a Lift project, then run Lifty inside it for fine tuning. You can also use giter8 to produce things that are not sbt projects at all.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.