/multi-project-skeleton

Package and deploy a simple multi module SBT project

Primary LanguageScalaApache License 2.0Apache-2.0

Multi-Project-Skeleton

This project aims to simplify creating a multi module project ready to package and deploy to a server.

It provides some minimal code just to demonstrate usage.

Requires

  • Please download latest version of SBT.
  • sbt 1.1.0

Use

Clone and update the project name from build.sbt

$ git clone git://github.com/fractal/multi-project-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
> app/run
> app/packageZipTarball

Author

Fernando Racca

@quant_leap

Simpler version: fractal/skeleton