Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhartington/gulp-cordova-config


https://github.com/mhartington/gulp-cordova-config

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

Run this before you run cordova build

## Install

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

## Add the following to your gulpfile

```js
gulp.task('config', require('gulp-cordova-config'));
```
## Usage
```sh
$ gulp config --appId="com.new.id"
$ gulp config --appName="newApp"
```

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)