Starter templates for diecut.
| Template | Description | Command |
|---|---|---|
| python-pkg | Python package with src layout and hatchling | diecut new gh:raiderrobert/diecut-templates/python-pkg |
| rust-cli | Rust CLI application | diecut new gh:raiderrobert/diecut-templates/rust-cli |
| static-site | Static HTML site | diecut new gh:raiderrobert/diecut-templates/static-site |
Install diecut, then:
diecut new gh:raiderrobert/diecut-templates/rust-cli --output my-projectUse --defaults to skip prompts and accept default values.