Skip to content

MPriess/skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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:

 Scala 2.10.1
 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