Skip to content
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

Add plugin system #70

Open
vmalloc opened this issue Apr 1, 2018 · 0 comments
Open

Add plugin system #70

vmalloc opened this issue Apr 1, 2018 · 0 comments
Milestone

Comments

@vmalloc
Copy link
Contributor

vmalloc commented Apr 1, 2018

Plugins should be able to:

  • Inject dependencies to projects
  • Add commands to the command-line interface

The project's yaml should look like:

...
addons:
    - some_package.some_module:SomePlugin
    - cobproject.some_module:OtherPlugin # for project-specific  deps
@vmalloc vmalloc added this to the 1.0.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant