Files
crete/README.md
T
Dreaded_X 30e3cf8b46
CI / cargo shear (push) Has been cancelled
CI / prek (push) Has been cancelled
Release-plz / Release-plz Release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
chore(docs): Added README
2026-04-05 05:54:22 +02:00

20 lines
373 B
Markdown

# Crete
A tool that takes node and cluster configs and uses it to generate talos configs
and render jinja templates.
## Installation
Add the following to `~/.cargo.config.toml`:
```toml
[registries.infra]
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"
```
You can then install `crete` by running:
```bash
cargo install --registry infra crete
```