Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 881 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 881 Bytes

This is a giter8 template for bootstrapping a new multi-module Unfinagled SBT project with a default Novus configuration.

  • SBT 0.12.3
  • Cross build against Scala 2.9.2, 2.10.1, 2.10.2
  • Aggregate project with a single "core" sub project
  • Scala Test
  • Test stub spinning up a Finagle-backed Unfiltered intent and running integration tests against it
  • Project name, organization and version customizable as variables (Novus defaults)
  • Novus code formatting standards (scalariform)
  • SBT plugins: sbt-dependency-graph, sbt-idea. sbtscalariform
  • Everything in your project's base package imported automatically in repl sessions