File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A streamlined template for rapidly initializing and structuring projects on GitH
12
12
Install Cookiecutter:
13
13
14
14
``` bash
15
- pip install cookiecutter
15
+ uv tool install cookiecutter # if no uv, follow this guide: https://docs.astral.sh/uv/
16
16
```
17
17
18
18
## Features
@@ -22,6 +22,7 @@ pip install cookiecutter
22
22
- C++
23
23
- Go
24
24
- Python
25
+ - Rust
25
26
- TypeScript
26
27
- Pre-configured CI/CD pipeline
27
28
- Best practices for project structure
@@ -40,6 +41,7 @@ cookiecutter gh:x-pt/template --directory template/cuda # CUDA
40
41
cookiecutter gh:x-pt/template --directory template/cxx # C++
41
42
cookiecutter gh:x-pt/template --directory template/go # Go
42
43
cookiecutter gh:x-pt/template --directory template/py # Python
44
+ cookiecutter gh:x-pt/template --directory template/rs # Rust
43
45
cookiecutter gh:x-pt/template --directory template/ts # TypeScript
44
46
```
45
47
You can’t perform that action at this time.
0 commit comments