Module template

Source
Expand description

Template system for project generation

This module handles loading, rendering, and managing templates for project scaffolding with variable substitution and conditional sections.

Structs§

TemplateEngine
Template engine for rendering project templates
TemplateLoader
Template loader for file-based templates
TemplateVariables
Variables available for template substitution

Enums§

TemplateError
Error type for template-related operations
TemplateVariant
Represents the variant of templates to use

Type Aliases§

Result
Result type for template operations