mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
20 lines
464 B
Markdown
20 lines
464 B
Markdown
# Templates
|
|
|
|
List template examples in our CLI with `coder templates init`.
|
|
|
|
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
|
|
|
|
## Getting Started
|
|
|
|
Clone this repository to create a project from any example listed here:
|
|
|
|
```console
|
|
git clone https://github.com/coder/coder
|
|
cd examples/templates/aws-macos
|
|
coder templates create
|
|
```
|
|
|
|
## Community Templates
|
|
|
|
See the list of [Community Templates](./community-templates.md).
|