Is it possible to load all cordova plugins from dependency file

Is there any solution to the problem from the topic?

What I mean is to have a file similar to bower - bower.json, where we have all the project dependencies. The files are added to git to ignore and anyone can install dependencies using the bower installation.

In cordova, in the plugins filder, I can see the android.json file. Is there an option to not commit all plugins, just android.json, and then use a command to load them?

thank

+3


source to share





All Articles