Thursday, March 13, 2014

Some Commands of Phonegap

Phonegap:

Some useful commands:

sudo npm install -g phonegap   - For install phonegap

phonegap create hello  - For create application

phonegap build  - For build an application in android

phonegap run android  -For run an application in android

phonegap local plugin add https://path_of _plugin  - For install plugin in phonegap

phonegap remote login -u myemail@gmail.com -p mYpASSw0RD  - For remotely login in phonegap

phonegap remote logout  - For remotely logout

phonegap remote run android  - For remotely run android

sudo npm update -g phonegap  - For update phonegap

phonegap version  - For know the version of phonegap

sudo npm install -g phonegap@2.9.0-rc1-0.12.2  - For install specific version of phonegap

No comments:

Post a Comment