How can I see all the plugins installed in the Phonegap / Cordova project?

advertisements

I need to see the list of all installed Cordova plugins.

Does somebody know how to do this?


Just type

cordova plugin ls

or

cordova plugin list

on command line in your project's root folder where you would normally install or remove your plugins, or build or run it.