Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gulp-ionic-config-xml

akshith9650.0.1

Run this before you run cordova build

gulpplugin, cordova, gulp

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"

License

MIT License