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

4

52

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

Does somebody know how to do this?

Conte answered 4/1, 2015 at 16:22 Comment(0)
F
100

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.

Fractionize answered 4/1, 2015 at 16:23 Comment(0)
E
17

The newer versions of Cordova also support the following:

cordova plugin

or

cordova plugins
Effectuate answered 28/7, 2016 at 11:9 Comment(0)
A
1

for the capacitor cli npx cap ls

Asleyaslope answered 5/2, 2021 at 11:8 Comment(0)
M
0

For ionic ionic cordova plugin list

Mettah answered 13/10, 2022 at 23:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.