scalatra / sbt-scalatra

An SBT Plugin to for scalatra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-scalatra

CI

An sbt plugins set for Scalatra application development.

Add the plugin in project/plugins.sbt

addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4")

ScalatraPlugin

This plugin adds a browse task, to open the current project in a browser. It also enables JettyPlugin provided by xsbt-web-plugin, so you can use task 'Jetty/start' and 'Jetty/stop'.

usage

enablePlugins(ScalatraPlugin)

Execute the browse task from sbt shell, the browser starts up.

> Jetty/start
> browse
> Jetty/stop

DistPlugin

DistPlugin unifies all the plugins in this project by grouping their settings.

usage

enablePlugins(DistPlugin)

Execute the task as follows with the sbt shell, distribution file (zip) will be created.

> dist

About

An SBT Plugin to for scalatra

License:Other


Languages

Language:Scala 100.0%