-
Notifications
You must be signed in to change notification settings - Fork 3
Plugin system for tooling #13
Copy link
Copy link
Open
Labels
feedback wantedprioritysize/LDenotes a PR that changes 100-499 lines, ignoring generated files.Denotes a PR that changes 100-499 lines, ignoring generated files.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
feedback wantedprioritysize/LDenotes a PR that changes 100-499 lines, ignoring generated files.Denotes a PR that changes 100-499 lines, ignoring generated files.
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:
If anyone has an opinion on this, I'd like to hear it.