Is there any command I can run to install them again except running cordova plugin add 3 times?
If I want to add a new plugin, e.g. com.google.cordova.admob, is there a way to automatically add it in my “package.json”?
Something like: cordova plugin add xxx --save (like with bower)
Hi guys,
I have developped a small plugin to download and install all plugins listed in plugins/fetch.json (this file contains also the variables used when you install some plugins that’s why I chosed it).
You can check it here : https://github.com/vlafranca/cordova-fetch-plugins