Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 541 Bytes

Simple Giter8 template for creating personal Scala projects.

Create a new project via sbt new jameswarren/scala-base.g8

  • Creates multi-module setup with initial module called core.
  • Integrates Ammonite so that test:run launches an Ammonite shell with the project context
  • Adds numerous sbt plugins including
    • sbt-assembly
    • sbt-dependency-graph
    • sbt-license-report
    • sbt-scalafmt
    • sbt-scoverage
    • sbt-stats
    • sbt-updates
    • scala-clippy