/play-apidoc.g8

Template for sbt-apidoc with play framework

Primary LanguageScala

play-apidoc.g8

Build Status

This template is based on the play-scala-seed.g8 template.
Generate an play framework service documented with sbt-apidoc

  1. Install sbt
  2. sbt new valydia/play-apidoc.g8
  3. cd play-apidoc
  4. sbt run
  5. open http://localhost:9000/apidoc/index.html
  6. Learn more