On Github bennmapes / phonegap-meetup-presentation
Command Line Interface
Presentation by Benn Mapes / @bennmapes
Because it's easy,
How easy?
Thanks @chews
There are a few drawbacks to this simplified interface :
- Getting away from the stardard platform IDE's (this could also be a plus!)
- Debugging can be hard but there tools to help (ripple emulator).
- Cutomization of resources (icons, splashscreens etc), we're working on this.
- Using the config.xml to describe platform specific settings can be complicated.
The more we use the cli the better it will get.
phonegap
corodva
Log any issues you find on Jira if they arn't already there
https://issues.apache.org/jira/browse/CBUsing the CLI we can build and run applications with just a few lines in the terminal.
phonegap
corodva
phonegap
corodva
phonegap
corodva
phonegap-cli :
- require('cordova-cli')
- require('phonegap-build-cli')
Local
Remote
Easy right?
By Benn Mapes