Skip to content

Instantly share code, notes, and snippets.

@philippeowagner
Created May 19, 2014 20:55
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 philippeowagner/fc332a0d5d3ba7a9ed12 to your computer and use it in GitHub Desktop.
Save philippeowagner/fc332a0d5d3ba7a9ed12 to your computer and use it in GitHub Desktop.
Install cordova plugins - again and again.
#!/bin/sh
#cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
#cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
#cordova plugin add org.apache.cordova.dialogs
cordova plugin add org.apache.cordova.inappbrowser
cordova plugin add org.apache.cordova.splashscreen
cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment