summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/templates.ts
blob: 63254a3115644abf8b708f373180cb400f1e9e94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const TEMPLATES = [,
    {
        title: 'Starter Kit (Generic)',
        value: 'starter'
    }, {
        title: 'Blog',
        value: 'blog'
    },
    {
        title: 'Documentation',
        value: 'docs'
    },
    {
        title: 'Portfolio',
        value: 'portfolio'
    }];