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!
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
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