Usage: $0 [options] [commands] Description: PhoneGap command-line tool. Commands: help [command] output usage information create create a phonegap project build build the project for a specific platform install install the project on for a specific platform run build and install the project for a specific platform platform [command] update a platform version plugin [command] add, remove, and list plugins template [command] list available app templates info display information about the project serve serve a phonegap project version output version number Additional Commands: local [command] development on local system remote [command] development in cloud with phonegap/build prepare copies www/ into platform project before compiling compile compiles platform project without preparing it emulate runs the project with the flag --emulator cordova execute of any cordova command Options: -d, --verbose allow verbose output -v, --version output version number -h, --help output usage information Examples: $ $0 help create $ $0 create path/to/my-app $ cd my-app/ $ $0 run ios