/ionic-white-label

Generate necessary changes to Ionic in order to white label apps

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ionic-white-label

This package will update the Ionic config.xml and resource images (icon/splash) in one command.

npm install -g ionic-white-label

ionic-white-label --id=my.app.id.com --name=AppName --icon=resources/client1/icon.png --splash=resources/client1/splash.png

ARGS:

  • config: config.xml file path (DEFAULT: ./confix.xml)
  • id: 'id' attribute in config.xml 'widget' tag
  • name: config.xml 'name' tag
  • icon: file path to app icon image
  • splash: file path to app splash image

** icon and splash images specified will be copied to /resources folder