Skip to content

Generate necessary changes to Ionic in order to white label apps

License

Notifications You must be signed in to change notification settings

sscots/ionic-white-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate necessary changes to Ionic in order to white label apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published