We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb218a commit 82366feCopy full SHA for 82366fe
docs/docs/reference/metaprogramming/staging.md
@@ -118,3 +118,10 @@ Or, from SBT:
118
```scala
119
libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
120
```
121
+
122
+## Template project
123
+Using sbt version `1.1.5+`, do:
124
+```
125
+sbt new lampepfl/dotty-staging.g8
126
127
+in the folder where you want to clone the template.
0 commit comments