diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

One codebase multiple apps #175

Open Bwade opened 9 years ago

Bwade commented 9 years ago

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.

Bwade commented 9 years ago

it would be similar to creating new targets in this generator https://github.com/thaiat/generator-angular-famous-ionic