A template used to seed new stacks created from this project.

interface ProjectTemplate {
    config?: {
        [key: string]: ProjectTemplateConfigValue;
    };
    description?: string;
    important?: boolean;
    quickstart?: string;
}

Properties

config?: {
    [key: string]: ProjectTemplateConfigValue;
}

Type declaration

description?: string
important?: boolean
quickstart?: string

Generated using TypeDoc