Files
tldr/pages.zh/common/cs.md

30 lines
608 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cs
> Scala语言的应用程序和工件管理器。
> 安装Scala应用程序并设置Scala开发环境。
> 一些子命令如`install`、`launch`、`java`、`fetch`、`resolve`、`complete-dep`等都有自己的使用文档。
> 更多信息:<https://get-coursier.io/docs/overview>。
- 列出已安装的应用程序:
`cs list`
- 安装特定应用程序:
`cs install {{application_name}}`
- 卸载特定应用程序:
`cs uninstall {{application_name}}`
- 为Scala开发设置机器
`cs setup`
- 更新所有已安装的应用程序:
`cs update`
- 显示版本:
`cs version`