Skip to main content

Crate kick_rs_cli

Crate kick_rs_cli 

Source
Expand description

Library half of kick-rs-cli. The cargo-kick binary is a thin clap shell over these modules; integration tests use them directly.

Public surface is small on purpose — this isn’t a crate adopters consume, it’s a place to put logic that’s awkward to test through the binary’s stdout/stderr.

Modules§

generate
cargo kick g — codegen into an existing kick-rs project.
new
cargo kick new — scaffold a new kick-rs project.
register
Conservative text-level edits to wire generated code into the existing builder chains.
templates
Compile-time-embedded starter templates for cargo kick new.