This project contains the library/cache code to be able to consume and create Activator templates.
This project uses SBT 0.13. Make sure you have an SBT launcher, and run it in the checked out directory.
To run unit tests, simply: sbt> test
To run the tests of a particular project, simply:
sbt> <project>/test
To run a specific test, simply:
sbt> test-only TestName
First, create a version tag:
git tag -u <pgp key id> v<version-number>
Then publish:
sbt> publish-signed
or just
sbt> publish
This software is licensed under the Apache 2 license.