add new chinese translations
This commit is contained in:
30
pages.zh/common/cs.md
Normal file
30
pages.zh/common/cs.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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`
|
Reference in New Issue
Block a user