Skip to content

Commit dbf2b1e

Browse files
authored
chore(): removed conf starters and clean up descriptions (#4800)
This removes the conference app example from the starters as well as cleanup the description of the my-first-app starter project
1 parent 9846d46 commit dbf2b1e

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

packages/@ionic/cli/src/lib/start.ts

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ export const SUPPORTED_FRAMEWORKS: readonly SupportedFramework[] = [
207207
];
208208

209209
export const STARTER_TEMPLATES: StarterTemplate[] = [
210+
// Vue
210211
{
211212
name: 'tabs',
212213
projectType: 'vue',
@@ -235,6 +236,7 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
235236
description: 'A starting project with a list',
236237
id: 'vue-official-list',
237238
},
239+
// Angular
238240
{
239241
name: 'tabs',
240242
projectType: 'angular',
@@ -267,16 +269,10 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
267269
name: 'my-first-app',
268270
projectType: 'angular',
269271
type: 'repo',
270-
description: 'An example application that builds a camera with gallery',
272+
description: 'A template for the "Build Your First App" tutorial',
271273
repo: 'https://github.com/ionic-team/photo-gallery-capacitor-ng',
272274
},
273-
{
274-
name: 'conference',
275-
projectType: 'angular',
276-
type: 'repo',
277-
description: 'A kitchen-sink application that shows off all Ionic has to offer',
278-
repo: 'https://github.com/ionic-team/ionic-conference-app',
279-
},
275+
// React
280276
{
281277
name: 'blank',
282278
projectType: 'react',
@@ -295,7 +291,7 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
295291
name: 'my-first-app',
296292
projectType: 'react',
297293
type: 'repo',
298-
description: 'An example application that builds a camera with gallery',
294+
description: 'A template for the "Build Your First App" tutorial',
299295
repo: 'https://github.com/ionic-team/photo-gallery-capacitor-react',
300296
},
301297
{
@@ -312,13 +308,7 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
312308
description: 'A starting project with a simple tabbed interface',
313309
id: 'react-official-tabs',
314310
},
315-
{
316-
name: 'conference',
317-
projectType: 'react',
318-
type: 'repo',
319-
description: 'A kitchen-sink application that shows off all Ionic has to offer',
320-
repo: 'https://github.com/ionic-team/ionic-react-conference-app',
321-
},
311+
// Old Ionic V3
322312
{
323313
name: 'tabs',
324314
projectType: 'ionic-angular',
@@ -361,6 +351,7 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
361351
description: 'AWS Mobile Hub Starter',
362352
id: 'ionic-angular-official-aws',
363353
},
354+
// Older Ionic V1
364355
{
365356
name: 'tabs',
366357
projectType: 'ionic1',

0 commit comments

Comments
 (0)