fernandoracca / multi-project-skeleton

Package and deploy a simple multi module SBT project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Package and deploy a simple multi module SBT project

License:Apache License 2.0


Languages

Language:Scala 100.0%