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/boot.md Normal file
View File

@@ -0,0 +1,28 @@
# boot
> 为 Clojure 编程语言构建工具。
> 更多信息:<https://github.com/boot-clj/boot>。
- 启动一个 REPL 会话,既可以与项目一起启动,也可以单独启动:
`boot repl`
- 构建一个单一的 `uberjar`
`boot jar`
- 基于模板生成一个新项目的脚手架:
`boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}`
- 为开发构建(如果使用 boot/new 模板):
`boot dev`
- 为生产构建(如果使用 boot/new 模板):
`boot prod`
- 显示特定任务的帮助信息:
`boot {{task}} --help`