Skip to content

Instantly share code, notes, and snippets.

@pushandplay
Last active December 20, 2015 02:39
Show Gist options
  • Save pushandplay/6057472 to your computer and use it in GitHub Desktop.
Save pushandplay/6057472 to your computer and use it in GitHub Desktop.
# Create project
phonegap create path/to/project my.project.id ProjectName
# Add specific platform
phonegap local build platformName
# Add plugin
phonegap local plugin add RemotePathToPlugin
# Remove plugin
phonegap local plugin remove my.plugin.name
# get plugins list
phonegap local plugin list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment