generator-ionic
generator-ionic copied to clipboard
One codebase multiple apps
I was curious if there is any one out there that has successfully created an Ionic project code base that can serve up multiple projects.
I am trying to accomplish a single codebase where I can run a custom cordova/ionic command that will build out a different app based on an identifier for the different app. I am running into issues on trying to figure out how to remove the www folder (or have another www folder i.e. www-1, www-2, www-3). This is also the same for the various platform folders, resources and config.xml.
My situation is I don't want to have to recreate 30 different apps that are vary similar code wise and only vary by app name, id, resources, etc.
Any help would be greatly appreciated.
it would be similar to creating new targets in this generator https://github.com/thaiat/generator-angular-famous-ionic