Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Easy start with scala and giter8

Avatar for jm2dev jm2dev
September 14, 2012

Easy start with scala and giter8

Giter8 is simple tool to get a template project so you can focus on developing your scala application.

Avatar for jm2dev

jm2dev

September 14, 2012
Tweet

More Decks by jm2dev

Other Decks in Programming

Transcript

  1. Scala development up and running with giter8 Jos´ e Miguel

    Mart´ ınez Carrasco Springer September 14, 2012
  2. Giter8 is a command line tool to generate files and

    directories from templates published on github. It’s implemented in Scala and runs through the Simple Build Tool launcher, but it can produce output for any purpose. [2]
  3. Conscript is a tool for installing and updating Scala software

    programs. [3] 1 curl https://raw.github.com/n8han/conscript/master/ \\ 2 setup.sh | sh 3 4 cs n8han/giter8