zio / zio-project-seed.g8

giter8 template used to start new ZIO projects for the ZIO organization
Apache License 2.0
21 stars 22 forks source link

Windows sbt support #23

Open er1c opened 4 years ago

er1c commented 4 years ago

Observed Result

PS C:\Users\eric\Documents\GitHub> sbt new zio/zio-project-seed.g8
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] Loading global plugins from C:\Users\eric\.sbt\1.0\plugins
[info] Set current project to github (in build file:/C:/Users/eric/Documents/GitHub/)
[info] Set current project to github (in build file:/C:/Users/eric/Documents/GitHub/)

Invalid path: src/main/g8/$name__norm$/shared/src/main/scala/$name;format="lower,package,packaged"$

Expected Result

PS C:\Users\eric\Documents\GitHub> sbt new scala/scala-seed.g8
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] Loading global plugins from C:\Users\eric\.sbt\1.0\plugins
[info] Set current project to github (in build file:/C:/Users/eric/Documents/GitHub/)
[info] Set current project to github (in build file:/C:/Users/eric/Documents/GitHub/)

A minimal Scala project.

name [Scala Seed Project]: