cordovacordova-3cordova-plugins

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


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

Does somebody know how to do this?


Solution

  • 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.