cs
Application and artifact manager for the Scala language. Installs Scala applications and sets up a Scala development environment. Some subcommands such as install, launch, java, fetch, resolve, complete-dep, etc. have their own usage documentation. More information: <https://get-coursier.io/docs/overview>.
Install
- All systems
-
curl cmd.cat/cs.sh
- Debian
-
apt-get install csound
- Ubuntu
-
apt-get install csound
- Arch Linux
-
pacman -S csound
- Kali Linux
-
apt-get install csound
- Fedora
-
dnf install csound
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install csound
- Raspbian
-
apt-get install csound
- Dockerfile
- dockerfile.run/cs
Application and artifact manager for the Scala language. Installs Scala applications and sets up a Scala development environment. Some subcommands such as install, launch, java, fetch, resolve, complete-dep, etc. have their own usage documentation. More information: <https://get-coursier.io/docs/overview>.
-
Display version:
cs version
-
Show a list of the installed applications:
cs list
-
Install a specific application:
cs install application_name
-
Uninstall a specific application:
cs uninstall application_name
-
Setup machine for the Scala development:
cs setup
-
Update all the installed applications:
cs update
© tl;dr; authors and contributors