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