ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 651 forks source link

Feature request: custom starter template #2356

Closed boye closed 7 years ago

boye commented 7 years ago

Hi guys,

Are there any plans to implement a feature that allows a custom starter template being passed to ionic start?

For example: ionic start demoApp custom and maybe (I am just thinking out loud here) custom can be defined in package.json or ionic.config.json like so:

"starterTemplates":  [{
    name: 'custom',
    type: 'ionic-angular',
    description: 'My own custom Ionic template',
    path: 'user/repo-name',
    archive: 'https://github.com/user/repo-name/archive/<BRANCH_NAME>.tar.gz'
}]

This starterTemplates object then can be merged with the default templates that are already available when one runs the ionic start command.

Cheers!

janpio commented 7 years ago

See #2343

boye commented 7 years ago

@piotrowski thanks for pointing it out! I did a search myself...but couldn't find this particular issue. I guess this can be closed then.

Cheers