Skip to content

ctranxuan/sbt-multi-modules.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g8 sbt Multi-Modules Project

This a g8 template that creates a sbt multi-modules project. It actually proposes to create a project with 2 modules (module1 and module2 by default). The name of the 2 modules must be quite simple (letters and numbers).

The structure of the project is inspired by the one of Spray.

Usage

Install giter8 (g8) - readme for more information.

Install SBT - Setup for more information.

In a shell, run the following:

g8 ctranxuan/sbt-multi-modules
cd <name-of-app>
sbt

What's inside

A sbt multi-module project configured with 2 repositories (a Twitter one and a Sonatype one). All the sbt configuration is under the project directory of your main project folder.

By default, the project is configured with an Apache 2 License that can be easily changed or removed by modifying the file BuildSettings.scala.

The sbt-idea is also added by default as a sbt plugin.

Thanks

Thanks to Nathan Hamblen for giter8!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages