Reputation: 6871
The sbt-hello uses sbt new
command to quickly setup a project:
sbt new sbt/scala-seed.g8
However, I cannot find sbt/scala-seed.g8
in giter8-templates.
what is difference between sbt/scala-seed.g8
and scala/scala-seed.g8
? Is it an alias?
Upvotes: 2
Views: 1022
Reputation: 1760
sbt/scala-seed.g8 is a fork from scala/scala-seed.g8. Use the latter any way.
Upvotes: 2
Reputation: 25651
giter8 templates use github to create a project:
you can see the raw templates:
Upvotes: 2