//! Built-in template catalog.
//!
//! Each template lives in its own submodule and exposes a `METADATA`
//! constant, a `#[derive(clap::Args)]` `Args` struct, and a `run()`
//! entrypoint. Adding a template is a two-step: add a submodule here
//! plus a variant in [`super::NewCommand`] pointing at its `Args`.
pub
pub
pub
pub
pub
/// All templates, in display order. Used by `new list`.
pub const ALL: & = &;