Single command Scala setup
2020-09-21
You can now set up your machine for Scala development with a single command via the coursier CLI:
$ cs setup
This command ensures that both a JVM and the most common Scala CLI tools are installed on your machine.
cs
is distributed as a native application without any external dependencies.
As such, it can be run immediately after download and thus provides a very
simple and convenient way to set up one's machine for Scala development.