Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.91 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.91 KB

scala-cli

Build status Maven Central Discord

Running the Scala Compose from sources. Default command is run:

./mill -i scala …arguments…

To run compile command from scala-compose module:

./mill -i scala compile …arguments…

Generate a standalone JVM launcher

./mill -i show scala-compose.standaloneLauncher

Generate a native launcher

./mill -i show scala-compose.nativeImage

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code. (and more!) It shares some similarities with build tools, but it doesn't aim at supporting multi-module projects, nor to be extended via a task system.

As of SIP-46, Scala CLI has been accepted as the new scala command and is currently in the experimental phase. If you want to try it out, check for more details here.

Docs