-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEP 2 - Plugin architecture for Conda #1
Conversation
Huh, weird I can't add multiple reviewers? |
Aha, I was able to add multiple people as reviewers once the @conda/conda-core team was added to the repo. |
Thank you for the review @xhochy! |
I would love to have several hooks like |
Good ideas! I added them to my list of use-cases which I'll use as part of future CEPs about specific use case implementations. |
This is a quick draft for a CEP to add a plugin architecture to Conda which is pretty high-level. For specific implementations of the plugin API would need additional CEPs per use case (e.g. one for CLIs plugins, one for shell plugins etc).