Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/gulp-cordova-config
https://github.com/mhartington/gulp-cordova-config
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/gulp-cordova-config
- Owner: mhartington
- Created: 2015-05-21T23:36:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T10:12:32.000Z (over 9 years ago)
- Last Synced: 2024-12-07T17:44:06.834Z (19 days ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)