Skip to content

Commit 6a6ccfc

Browse files
committedOct 12, 2024·
docs: support rust boilerplate
1 parent e9b4fe3 commit 6a6ccfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A streamlined template for rapidly initializing and structuring projects on GitH
1212
Install Cookiecutter:
1313

1414
```bash
15-
pip install cookiecutter
15+
uv tool install cookiecutter # if no uv, follow this guide: https://docs.astral.sh/uv/
1616
```
1717

1818
## Features
@@ -22,6 +22,7 @@ pip install cookiecutter
2222
- C++
2323
- Go
2424
- Python
25+
- Rust
2526
- TypeScript
2627
- Pre-configured CI/CD pipeline
2728
- Best practices for project structure
@@ -40,6 +41,7 @@ cookiecutter gh:x-pt/template --directory template/cuda # CUDA
4041
cookiecutter gh:x-pt/template --directory template/cxx # C++
4142
cookiecutter gh:x-pt/template --directory template/go # Go
4243
cookiecutter gh:x-pt/template --directory template/py # Python
44+
cookiecutter gh:x-pt/template --directory template/rs # Rust
4345
cookiecutter gh:x-pt/template --directory template/ts # TypeScript
4446
```
4547

0 commit comments

Comments
 (0)
Please sign in to comment.