sencha cmd
Sencha Cmd is a cross-platform command line tool that provides many automated tasks around the full life-cycle of your applications from generating a new project to deploying an application to production.
create new project
sencha -sdk /path/to/sencha-touch-sdk generate app MyApp /path/to/www/myapp
add phonegap support
sencha cordova init com.example.TestApp TestApp
add plugins
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
List of plugins:
http://docs.sencha.com/touch/2.3.0/#!/guide/cordova
build application
sencha app build -run native
run your application on browser
sencha web
sencha app watch
I am using for now Grunt with livereload