Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.24 KB

scala-lib.g8

Giter8 skeleton for scala libraries with an opinionated structure.

Features

Usage

Apply the template with SBT:

sbt new janjaali/scala-lib.g8

Test

Scripted test

To run scripted test (provided by Giter8Plugin) execute:

sbt g8Test

Test template locally

To test the template locally create a new directory (not in this project folder) and run:

mkdir testDir
cd testDir
sbt new file://../scala-lib.g8/