Awesome
A giter8 based sbt
template for creating sbt/scala project in a clean and easy way.
You can create a new project skeleton with sbt new ferhtaydn/sbt-skeleton.g8
command.
- sbt 0.13.15
- Cross build against Scala 2.11.8, 2.12.2
- ScalaTest
- ScalaCheck
- sbt-header
- scalafmt
- Project
name
,organization
andversion
customizable as variables - Everything in your project's base package imported automatically in repl sessions
- Apache 2.0 LICENSE
- Basic README.md
This repo is a personalized version of the existing solutions. Inspired from both chrislewis/basic-project.g8 and softprops/unfiltered.g8