How to see all plugins installed in Phonegap/Cordova project?

Solution 1:

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.

Solution 2:

The newer versions of Cordova also support the following:

cordova plugin

or

cordova plugins