Skip to content

A sbt project template for bootstrapping multi-module scala projects.

Notifications You must be signed in to change notification settings

chrislewis/multi-project.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This is a giter8 template for removing the boilerplate in setting up a new SBT multi-project definition:

  • SBT 0.12.0 and Scala 2.9.2
  • Default "all" aggregate project and a "core" sub project
  • main and test source directories and stubs
  • Cross-builds for Scala 2.8.1, 2.9.0, 2.9.0-1, 2.9.1
  • specs2 gymnastics for the right versions under cross-compilation
  • project name, organization and version customizable as variables
  • everything in your project's base package imported automatically in repl sessions

About

A sbt project template for bootstrapping multi-module scala projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages