Consider a "zero config" plugin architecture #249
Labels
enhancement
New feature or request
in progress
A member of the community is currently working on a fix
Problem Description
It's currently somewhat cumbersome to add customizations to Library. People have used Docker-based solutions, or simply forked the repo in order to more easily get customizations added to the app.
Feature
It would be nice to add a more simple way to distribute and add plugins to Library. A few possibilities
library-plugin-foo
or@your-scope/library-plugin-foo
) that automatically configured itself when installed alongside library, similar to how Parcel handles plugins.The text was updated successfully, but these errors were encountered: