Skip to content

Commit

Permalink
feat(start): add new list starter option (#4315)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Feb 11, 2020
1 parent 85065d9 commit 1df44c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/@ionic/cli/src/lib/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
description: 'A blank starter project',
id: 'angular-official-blank',
},
{
name: 'list',
projectType: 'angular',
type: 'managed',
description: 'A starting project with a list',
id: 'angular-official-list',
},
{
name: 'my-first-app',
projectType: 'angular',
Expand All @@ -256,6 +263,13 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
description: 'A blank starter project',
id: 'react-official-blank',
},
{
name: 'list',
projectType: 'react',
type: 'managed',
description: 'A starting project with a list',
id: 'react-official-list',
},
{
name: 'my-first-app',
projectType: 'react',
Expand Down

0 comments on commit 1df44c1

Please # to comment.