Skip to content

russellmwolf/gulp-cordova-bundleid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Change your cordova bundle id through CLI

Run this before you run cordova build

Command Line tool to set the bundle id in config.xml

Install

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

Add the following to your gulpfile

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

Usage

$ gulp cordova --bundle=com.example.yourapp

License

MIT License

About

Change your cordova bundle id through CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%