gulp-cordova
is not a single library that takes care of everything, it is a bundle of multiple libraries
that each leverage a different task in the chain of creating cordova projects.
Like many others, these libraries are build with code over configuration
kept in mind.
This entire project is still in beta. I'm working hard to deliver more plugins and to make the existing plugins bugfree. If something isn't working, please create a new issue in the appropriate plugin project. I will accept pull requests as well.
- Create a cordova project
- Add a plugin
- Set preferences
- Set version
- Set project description
- Set author
- Add an icon
- Add a splashscreen
- Build a project
These plugins are currently available.
More plugins will follow in the near future.
- gulp-cordova-create
- Create a cordova project.
These plugins can be used to change the configuration of the cordova project.
- gulp-cordova-plugin
- gulp-cordova-plugin-remove
- gulp-cordova-preference
- gulp-cordova-access
- gulp-cordova-version
- gulp-cordova-description
- gulp-cordova-author
- gulp-cordova-icon
- Generates all the icons for your Cordova build automatically.
- gulp-cordova-xml
These build plugins can be used to build the cordova project for certain platforms.
- gulp-cordova-build-android
- Build the cordova project for the Android platform.
- gulp-cordova-build-bb10
- Build the cordova project for the BlackBerry 10 platform.
- gulp-cordova-build-ios
- Build the cordova project for the iOS platform.