Skip to main content

load_template

Function load_template 

Source
pub fn load_template(
    name: &str,
    project_root: &Path,
) -> Result<(Task, TemplateSource)>
Expand description

Load a template by name

Checks .ralph/templates/{name}.json first, then falls back to built-in templates.