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

Plugin system for tooling #13

Open
kscarlett opened this issue Oct 9, 2018 · 0 comments
Open

Plugin system for tooling #13

kscarlett opened this issue Oct 9, 2018 · 0 comments
Labels
feedback wanted priority size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Comments

@kscarlett
Copy link
Member

It would be beneficial to have a plugin system to allow for more commands in the core toolset.

This would allow for anyone to create a linter or testing tool, and make it available from the core tools.

The option I'm currently looking at to achieve this with is the plugin package. This comes with one major disadvantage: it does not support Windows currently.

We then have three options:

  1. Temporarily discontinue Windows support.
  2. Find another way of implementing plugins.
  3. Don't implement plugins.

If anyone has an opinion on this, I'd like to hear it.

@kscarlett kscarlett added this to the v0.6 - Tooling milestone Apr 18, 2019
@kscarlett kscarlett changed the title [IMPORTANT] Plugin system for tooling Plugin system for tooling Apr 18, 2019
@kscarlett kscarlett added priority size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback wanted priority size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

No branches or pull requests

1 participant