All Projects → playframework → play-scala-seed.g8

playframework / play-scala-seed.g8

Licence: CC0-1.0 license
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"

Programming Languages

scala
5932 projects
HTML
75241 projects

Projects that are alternatives of or similar to play-scala-seed.g8

Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+260.61%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Samples
Stars: ✭ 335 (+407.58%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (-18.18%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (+148.48%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Java Websocket Example
Example Play Java application showing Websocket usage with Akka actors
Stars: ✭ 86 (+30.3%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (+134.85%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-10.61%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+193.94%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (-18.18%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (-37.88%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (-36.36%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (-33.33%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (-34.85%)
Mutual labels:  sample, jvm, example, sample-app, example-project, playframework
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-43.94%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework
lagom-samples
developer.lightbend.com/start/?group=lagom
Stars: ✭ 85 (+28.79%)
Mutual labels:  sample, jvm, example, sample-app, example-project
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (-50%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (-33.33%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework
play-java-fileupload-example
An example Play application showing custom multiform fileupload in Java
Stars: ✭ 13 (-80.3%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-78.79%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-56.06%)
Mutual labels:  sample, jvm, sample-app, example-project, playframework

play-scala-seed.g8

Twitter Follow Discord GitHub Discussions StackOverflow YouTube Twitch Status OpenCollective

Build Status Repository size Scala Steward badge Mergify Status

Giter8 template for generating a Play project seed in Scala.

This project is intended for people who know how to use Play and want to get started right away.

You should only need to clone this project if you are modifying the giter8 template. For information on giter8 templates, please see http://www.foundweekends.org/giter8/

Running

If you want to create a project:

sbt new playframework/play-scala-seed.g8

Scaffolding

Type g8Scaffold form from sbt to create the scaffold controller, template and tests needed to process a form.

You can also create your own giter8 seeds and scaffolds based off this one by forking from the https://github.com/playframework/play-java-seed.g8 or https://github.com/playframework/play-scala-seed.g8 github projects.

Running locally

If you are testing this giter8 template locally, you should install g8 and then run the local test feature:

g8 file://play-scala-seed.g8/ --name=my-seed-test --force

Will create an example template called my-seed-test, for example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].