-
Notifications
You must be signed in to change notification settings - Fork 950
Closed
Labels
Milestone
Description
This is a proposal related to #2668 and sbt/sbt-launcher-package#217.
steps
sbt new
orsbt init
expectation
Displays:
Welcome to sbt new!
Select `1` to create a build in the current directory.
To use an online template, select `q` to quit, and rerun
sbt new playframework/play-scala-seed.g8
1) scala.local: Scala program
q) quit
I type:
1
This creates a new build similar to https://github.com/scala/scala-seed.g8 and start sbt shell inside it.
kotobotovkotobotov and mkurz