Skip to content

Commit

Permalink
docs: support rust boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Oct 12, 2024
1 parent e9b4fe3 commit 6a6ccfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A streamlined template for rapidly initializing and structuring projects on GitH
Install Cookiecutter:

```bash
pip install cookiecutter
uv tool install cookiecutter # if no uv, follow this guide: https://docs.astral.sh/uv/
```

## Features
Expand All @@ -22,6 +22,7 @@ pip install cookiecutter
- C++
- Go
- Python
- Rust
- TypeScript
- Pre-configured CI/CD pipeline
- Best practices for project structure
Expand All @@ -40,6 +41,7 @@ cookiecutter gh:x-pt/template --directory template/cuda # CUDA
cookiecutter gh:x-pt/template --directory template/cxx # C++
cookiecutter gh:x-pt/template --directory template/go # Go
cookiecutter gh:x-pt/template --directory template/py # Python
cookiecutter gh:x-pt/template --directory template/rs # Rust
cookiecutter gh:x-pt/template --directory template/ts # TypeScript
```

Expand Down

0 comments on commit 6a6ccfc

Please sign in to comment.