apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
399 stars 151 forks source link

[CB-4077] Separate the actions of removing a plugin from a platform and ... #10

Closed clelland closed 10 years ago

clelland commented 11 years ago

...removing the plugin entirely

This patch should be coordinated with the matching pull request for cordova-cli.

This patch keeps the original uninstall() interface, and adds two new methods: uninstall.uninstallPlatform(), which removes a plugin from a single platform, and uninstallPlugin(), which removes the plugin from the project's plugins/ directory.

agrieve commented 10 years ago

Can this be closed?

agrieve commented 10 years ago

@clelland Please close