0.0.2 • Published 6 years ago

gulp-cordova-config-xml v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
6 years ago

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"

License

MIT License