1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 04:15:24 +02:00
tldr/pages/common/cs.md
2023-12-30 20:59:04 +05:30

30 lines
680 B
Markdown

# 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`