Scala Basic Skeleton: Template for bootstrapping your new Scala project following idiomatic best practices powered by Giter 8.
The CodelyTV Scala Bootstrap is a Giter8 template that serves as a starting point for bootstrapping Scala projects. It eliminates the need to worry about boilerplate code, allowing users to quickly get started with their projects.
sbt new codelytv/scala-basic-skeleton.g8 commandTo install the CodelyTV Scala Bootstrap, follow these steps:
sbt new codelytv/scala-basic-skeleton.g8.The CodelyTV Scala Bootstrap is a Giter8 template that simplifies the process of starting a Scala project. It provides the latest versions of Scala, SBT, and ScalaTest, as well as best practices and a pre-push Git hook for running checks before pushing code. With this template, developers can quickly set up a project and focus on coding rather than boilerplate.