Skip to content

Commit

Permalink
docs: add cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 9, 2024
1 parent 44b6d09 commit e9b4fe3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ A streamlined template for rapidly initializing and structuring projects on GitH
- cookiecutter

Install Cookiecutter:

```bash
pip install cookiecutter
```

## Features

- Support for multiple programming languages:
- C++
- Go
- Python
- TypeScript
- CUDA
- C++
- Go
- Python
- TypeScript
- Pre-configured CI/CD pipeline
- Best practices for project structure
- Easy customization options
Expand All @@ -34,10 +36,11 @@ Use the following commands to generate project templates:
cookiecutter gh:x-pt/template

# Generate language-specific templates
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/ts # TypeScript
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/ts # TypeScript
```

## Usage
Expand Down

0 comments on commit e9b4fe3

Please sign in to comment.