dpa99c / cordova-check-plugins

A CLI tool to check for / manage plugin updates in Cordova/Phonegap projects.
216 stars 25 forks source link

[FEATURE] Option to remove plugins not in config.xml #28

Closed dpeacock closed 9 months ago

dpeacock commented 6 years ago

Currently if plugins aren't in config.xml it simply lists them. It would be great if you could pass a '--remove' command line option. This would remove the plugins that aren't in config.xml automatically to ensure your dev environment matches the config.xml.