Make a new Starter pack

How to make a new starter pack of my own. I have started a new project from a blank starter pack and added the Sqlite wrapper and web service wrapper. Now to all my apps I want this to be the base. Here then I added all the required cordova plugin as well. Kindly help me out.

Custom starter templates are not supported right now in the current Ionic CLI.

I would advise you to use Git, and then just use the current state as the start for your new projects (by forking your project or just copying this revision to your new project in the beginning instead of using ionic start). You will have to update config.xml and package.json manually then, but that should not be too much work.

1 Like

Thanks @sujan12 :slight_smile: