Skip to content

Instantly share code, notes, and snippets.

@sent-hil
Created August 31, 2012 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sent-hil/3550075 to your computer and use it in GitHub Desktop.
Save sent-hil/3550075 to your computer and use it in GitHub Desktop.
Create Phonegap 2.0 app from commandline
# ios
cd /Users/sent-hil/Documents/play/phonegap/sdks/lib/ios
./bin/create ../../../ios com.{name} {name}
cd ../../../ios
# android (doesn't work, use http://docs.phonegap.com/en/2.0.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android instead)
cd /Users/sent-hil/Documents/play/phonegap/sdks/lib/android
./bin/create ../../../ios com.{name} {name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment