0.0.1 • Published 6 years ago

gulp-ionic-config-xml v0.0.1

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

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"

License

MIT License