How to create new play application template with default sbt layout?
I can set disablePlugins(PlayLayoutPlugin)
in build.sbt
on exiting app, but I want generate template from scratch
Assuming that you are using Activator, you can use the play-sbt-layout-seed template to create an application using the default SBT layout. In order to do that, just run the following command:
activator new your-project-name play-sbt-layout-seed