Files
crete/README.md
T
Dreaded_X abdc2c2119
CI / prek (push) Successful in 10m25s
CI / cargo shear (push) Successful in 11m51s
Release-plz / Release-plz PR (push) Successful in 11m50s
Release-plz / Release-plz Release (push) Successful in 12m13s
Audit / cargo audit (push) Successful in 10m45s
chore(docs): Added README
2026-04-05 05:28:52 +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
```