public
Description: command line utilities for the phonegap project
Homepage:
Clone URL: git://github.com/brianleroux/phonegap-dev.git
name age message
file .document Mon Jul 13 22:27:26 -0700 2009 Initial commit to phonegap-dev. [brianleroux]
file .gitignore Mon Jul 13 22:27:26 -0700 2009 Initial commit to phonegap-dev. [brianleroux]
file .gitmodules Sun Aug 09 11:09:41 -0700 2009 adding phonegap sauce as a submodule [xui]
file LICENSE Mon Jul 13 22:31:55 -0700 2009 ported into gem proj [brianleroux]
file README.md Sun Aug 09 11:09:41 -0700 2009 adding phonegap sauce as a submodule [xui]
file Rakefile Sun Aug 09 11:09:41 -0700 2009 adding phonegap sauce as a submodule [xui]
file VERSION Mon Aug 10 22:33:29 -0700 2009 Version bump to 0.4.2 [xui]
directory bin/ Sun Aug 09 11:09:41 -0700 2009 adding phonegap sauce as a submodule [xui]
directory lib/ Mon Aug 10 21:44:49 -0700 2009 getting submodules working [xui]
file phonegap.gemspec Mon Aug 10 22:33:33 -0700 2009 Regenerated gemspec for version 0.4.2 [xui]
directory test/ Mon Aug 10 21:44:49 -0700 2009 getting submodules working [xui]
README.md

PhoneGap Developer

Command line utilities for PhoneGap.

  • source installation
  • app generation
  • app debugging
  • app packaging
  • system reporting

Usage

phonegap --generate path/to/MyFreshApp 
phonegap --build path/to/MyFreshApp
phonegap --report path/to/MyFreshApp
phonegap --install

Options

-h, --help ......... Displays help message.
-i, --install ...... Installs the PhoneGap source into ~/.phonegap
-v, --version  ..... Display the version and then exit.
-g, --generate ..... Generates a PhoneGap application skeleton. 
-b, --build ........ Compiles your PhoneGapp application for supported platforms.
-r, --report ....... Generates a report for supported SDK's.

Thank you to the various PhoneGap hackers whom make this script possible

  • Rob Ellis
  • Brock Whitten
  • Dave Johnson
  • Joe Bowser
  • Shazron Abdullah
  • Fil Maj

This project makes use of other awesome tools such as...

iPhone Simulator

http://github.com/jhaynie/iphonesim/tree/master