Socket
Socket
Sign inDemoInstall

cordovap

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordovap

cli script that installs and uninstalls cordova plugins from a plugins.json file


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

cordovap

Cli script that installs and uninstalls cordova plugins from a plugins.json file

Installation

 $ sudo npm install cordovap -g

Usage

Create an empty plugins.json file

 $ cordovap init

Add your plugins to the file so it would look something like this:

 [
     "org.apache.cordova.device",
     "org.apache.cordova.console",
     "org.apache.cordova.inappbrowser",
     "org.apache.cordova.splashscreen",
     "org.apache.cordova.network-information",
     "org.apache.cordova.dialogs",
     "org.apache.cordova.media",
     "git://github.com/j3k0/PhoneGap-InAppPurchase-iOS.git",
     "https://github.com/VersoSolutions/CordovaClipboard",
     "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
     "https://github.com/katzer/cordova-plugin-email-composer.git"
 ]

Install all plugins at once

 $ cordovap install

Uninstall all plugins at once

 $ cordovap uninstall

Re-install all plugins (uninstall then install)

 $ cordovap reinstall

More

cordova-icon automates icon resizing for cordova

License

MIT

Keywords

FAQs

Last updated on 23 May 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc