gulp-ionic-config-xml
v0.0.1
Published
Run this before you run cordova build
Downloads
2
Readme
Run this before you run cordova build
Install
$ npm install --save-dev gulp-ionic-config-xml
Add the following to your gulpfile
gulp.task('config', require('gulp-ionic-config-xml'));
Usage
$ gulp config --appId="com.new.id"
$ gulp config --appName="newApp"
$ gulp config --version="1.0.0"
$ gulp config --build="1.0.0"