implicit.ly

Scala software, hot off the presses

giter8 0.2.2

Example:

g8 user/repo         // will fetch from the master branch of users's repo
g8 user/repo -b foo  // will fetch template from the `foo` branch of user's repo

giter8 is a command line tool for templates published to github.

Filed under  //   Scala 2.8.1   giter8 project   net.databinder  

giter8 0.2.1

Support for authorized access to private repositories, contributed by KirinDave and tlockney.

Note: giter8 can now be installed and upgraded with conscript:

cs n8han/giter8

giter8 is a command line tool for templates published to github.

Filed under  //   Scala 2.8.1   giter8 project   net.databinder  

giter8 0.2.0

New Features

  • Performs template expansion within file and directory names, contributed by jberkel. e.g.

    src/main/g8/src/main/scala/$MainClass$.scala
  • Query github for available giter8 templates with --list or -l, contributed by softprops.

    g8 --list

To upgrade, set "version" to 0.2.0 in your ~/.giter8.launchconfig .

giter8 is a command line tool for templates published to github.

Filed under  //   Scala 2.8.1   giter8 project   net.databinder  

giter8 0.1.1

  • Write to current directory when the "name" parameter is absent.

giter8 is a command line tool for templates published to github.

Filed under  //   Scala 2.8.0   giter8 project   net.databinder