Skip to content

Commit fc4f6e3

Browse files
authored
Merge pull request #658 from dubinsky/build-tools-other-than-sbt
Mention build tools other than sbt.
2 parents ff12850 + ac74b04 commit fc4f6e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ To install Scala and Node.js, follow the [Prerequisites](tutorial/#prerequisites
1414
Scala.js itself is managed by your Scala build tool of choice.
1515
You can follow [the Getting Started instructions](tutorial/scalajs-vite.html#introducing-scalajs) to enable it.
1616

17+
# Build tools other than sbt
18+
19+
This documentation uses
20+
[sbt](https://www.scala-sbt.org/) build tool exclusively;
21+
other build tools that support Scala.js are:
22+
- [scala-cli](https://scala-cli.virtuslab.org/install/#scala.js)
23+
- [Mill](https://mill-build.org/mill/scalalib/web-examples.html#_scala_js_modules)
24+
- [Gradle](https://gradle.org) with [Scala.js / Scala Native plugin](https://github.com/dubinsky/scalajs-gradle)
25+
1726
# Other resources
1827

1928
* [Presentation videos](../community/presentations.html)

0 commit comments

Comments
 (0)