Scalatra-toys contains a small set of extensions for the excellent Scalatra web framework. For detailed usage instructions please see the wiki.
Currently there are no released versions of the project but snapshots can be taken directly from GitHub in the following manners:
sbt 0.11.x : add the following lines to PROJECT_DIR/build.sbt
resolvers += "scalatra-toys-repo" at "http://m20o.github.com/scalatra-toys/m2/"
libraryDependencies += "com.github.m20o" %% "scalatra-toys" % "0.1.1-SNAPSHOT"