chenzhongpu
chenzhongpu

Reputation: 6871

what is difference between sbt/scala-seed.g8 and scala/scala-seed.g8?

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

Answers (2)

Leo
Leo

Reputation: 1760

sbt/scala-seed.g8 is a fork from scala/scala-seed.g8. Use the latter any way.

Upvotes: 2

Alexander Oh
Alexander Oh

Reputation: 25651

giter8 templates use github to create a project:

you can see the raw templates:

Upvotes: 2

Related Questions