0.0.4 • Published 9 years ago

gulp-cordova-config v0.0.4

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

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