Preconfigured tools

Template comes in with list of already configured tools:

Preconfigured tasks

Template comes in with 3 additional tasks:

Additionally TestTag.DisabledTest tag can be used to prevent test from being run on sbt test.

Customizing template

If default tools and tasks configuration is already suiting your needs, I recommend starting by changing namespaces everywhere using some refactoring tool. Then I'd edit project/Settings.scala and changed organization, version and initial command. Finally I would adjust modules to my needs.

Cleaning

Once project is established you can remove `tutorial` dir and `actovator.properties` file.

More information