Structs§
- Represents internal placeholders to be replaced.
- Represents the configuration of a template generator.
- Represents a placeholder replacement rule.
Enums§
- Enum representing different kinds of template rules.
Functions§
- Collects template configurations from files named [
GENERATOR_FILE_NAME] within the root level directories in the provided path. This function gracefully handles any issues related to the existence or format of the generator files, allowing the code to skip problematic starter templates without returning an error. This approach is designed to avoid negatively impacting users due to faulty template configurations.