Ionic-cli: Feature request: custom starter template

Created on 26 May 2017  路  2Comments  路  Source: ionic-team/ionic-cli

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!

Most helpful comment

@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

All 2 comments

See #2343

@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

Was this page helpful?
0 / 5 - 0 ratings