update readme
This commit is contained in:
parent
f9053fac4b
commit
6d39e003e1
14
README.md
14
README.md
@ -26,6 +26,20 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
- vscode-icons: 图标优化
|
||||
- YAML: YAML 文件支持
|
||||
|
||||
### 安装 cargo generate
|
||||
|
||||
cargo generate 是一个用于生成项目模板的工具。它可以使用已有的 github repo 作为模版生成新的项目。
|
||||
|
||||
```bash
|
||||
cargo install cargo-generate
|
||||
```
|
||||
|
||||
在我们的课程中,新的项目会使用 `tyr-rust-bootcamp/template` 模版生成基本的代码:
|
||||
|
||||
```bash
|
||||
cargo generate tyr-rust-bootcamp/template
|
||||
```
|
||||
|
||||
### 安装 pre-commit
|
||||
|
||||
pre-commit 是一个代码检查工具,可以在提交代码前进行代码检查。
|
||||
|
Loading…
Reference in New Issue
Block a user