hi everyone,
i have to maintain more than one project with same code base
ex:
project/
hooks/
node_modules/
platforms/
plugins/
resources/
src/
appA-config/
appB-config/
www/
config.xml
package.json
…
what i want is, when i do something like
ionic serve appA, it should run appA
ionic build appA, it should give build of appA
ionic build appB, it should run appB
ionic build appB, it should give build of appB
do anyone have idea to do this customization
we should care about app name, version, icon, splash screen should be app specific