Skip to content

scalaone/n.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalatra sbt project

Build Status

g8 template to get a Scalatra web service up and running quickly.

Use this template

$ g8 scalatra/scalatra-sbt
$ cd <name-of-app>
$ ./sbt
> container:start

Modify this template

$ git clone git@github.com:foo/scalatra-sbt.g8.git
  • Now make your desired changes.
  • Do a local deploy of your modified template and try it out.
$ sbt
> g8Test # must result in SUCCESS
> exit
$ cd target/sbt-test/default-*/scripted
$ sbt
$ container:start
$ browse # starts browser for you, or manually open http://localhost:8080 to verify
  • If you like your new template, push it to GitHub.
$ cd /path/to/scalatra-sbt.g8.git
$ git push
  • You can now access your modified template using g8.
$ cd
$ g8 foo/scalatra-sbt.g8
  • If you'd like to share your changes, send a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published