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

Package detail

gulp-cordova-config

Run this before you run cordova build

Install

gulpplugin, cordova, gulp

readme

Run this before you run cordova build

Install

$ npm install --save-dev gulp-cordova-config

Add the following to your gulpfile

gulp.task('config', require('gulp-cordova-config'));

Usage

$ gulp config --appId="com.new.id"
$ gulp config --appName="newApp"

License

MIT License