@baseplate-dev/sync
Version:
Library for syncing Baseplate descriptions
16 lines • 763 B
TypeScript
/**
* The filename for extractor configuration files that define template extraction rules.
* These files contain a list of all templates available to the generator.
*/
export declare const EXTRACTOR_CONFIG_FILENAME = "extractor.json";
/**
* The filename for provider configuration files that define template providers.
* These files contain mappings of file patterns to provider configurations.
*/
export declare const PROVIDERS_CONFIG_FILENAME = "providers.json";
/**
* The filename for template metadata files that track template usage and generation info.
* These files contain information about each template in the generated codebase.
*/
export declare const TEMPLATES_INFO_FILENAME = ".templates-info.json";
//# sourceMappingURL=constants.d.ts.map