Examples
Complete, runnable starter projects grouped by what you're building.
Each example is a real project with a pipeline you can copy and run with
hm run ci. Pick the one closest to your stack. Every pipeline is shown in
both Python and TypeScript — use the switch on any sample to choose.
Compiled languages
Rust
cargo build, test, clippy, and fmt.
Go
go build, test, vet, and fmt.
CMake (C / C++)
Configure with CMake, run CTest and clang-format.
Zig
zig build, test, and fmt.