apache / cordova-plugman

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

CB-5885 Allow simultaneous install/uninstall of multiple plugins #45

Closed mbektchiev closed 10 years ago

mbektchiev commented 10 years ago

This PR allows plugman to install or uninstall a list of plugins with one invocation. This speeds up the installation of 20 plugins with about 20 to 50% and that of 5 plugins with up to 100%. The list is specified by repeating the --plugin <url, path, id> option as many times as needed.

Update: Added a simple cache in the ios.parseProjectFile function. This additionally speeds up the installation of ios plugins several times depending on the complexity of the project.

https://issues.apache.org/jira/browse/CB-5885

agrieve commented 10 years ago

Are you still waiting on CLAs?

mbektchiev commented 10 years ago

On Monday I got a confirmation that my CLA has been filed.

agrieve commented 10 years ago

Thanks Martin! I've merged it in and closed the JIRA issue.

Please close this pull request.

mbektchiev commented 10 years ago

Thank you, Andrew! Closing it.