skinny

Full-stack web app framework in Scala for rapid development

brewmacoslinux
Try with needOr install directly
Source

About

Full-stack web app framework in Scala

Commands

skinny

Examples

Create a new Skinny web application project$ skinny new myapp
Start the development server for the current project$ skinny run
Generate a new controller with scaffold$ skinny g scaffold Post title:String content:Text