add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/common/kool.md Normal file
View File

@@ -0,0 +1,28 @@
# kool
> 构建软件开发环境。
> 更多信息:<https://kool.dev/docs/>。
- 使用特定预设创建项目:
`kool create {{preset}} {{project_name}}`
- 在当前目录中运行`kool.yml`文件中定义的特定脚本:
`kool run {{script}}`
- 启动/停止当前目录中的服务:
`kool {{start|stop}}`
- 显示当前目录中服务的状态:
`kool status`
- 更新到最新版本:
`kool self-update`
- 打印指定 shell 的完成脚本:
`kool completion {{bash|fish|powershell|zsh}}`