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.