Skip to content

tsdeng/skeleton

This branch is 8 commits ahead of, 43 commits behind fernandoracca/skeleton:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ed15bf · Jan 13, 2014

History

17 Commits
Jan 13, 2014
Oct 14, 2013
Jan 13, 2014
Feb 9, 2013
Jun 22, 2013
Oct 14, 2013

Repository files navigation

Skeleton

This project aims to simplify creating a project from scratch.It's simpler than g8 because it doesn't require any additional tools, just clone, build and run. It provides a simple way to configure:

 Scala 2.10.2
 SBT 0.12.3
 ScalaTest 2.0M5b2
 IntelliJ IDEA
 Scala-IDE 3.0

Use

Clone and update the project name from build.sbt

git clone git://github.com/fractal/skeleton my-project
cd my-project
rm -rf .git
vi build-sbt # change name to my-project, and organization to something that suits you
sbt
test
gen-idea
eclipse

Requires

Recommends

  • Latest IDEA 12+ and Scala and SBT plugin.
  • Latest Scala IDE 3. Works great out of the box and offers ScalaTest integration
  • Read sbt eclipse for more details.

About

Simple Scala project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.5%
  • Scala 24.5%