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

Consider a "zero config" plugin architecture #249

Open
afischer opened this issue Jan 8, 2021 · 1 comment · May be fixed by #265
Open

Consider a "zero config" plugin architecture #249

afischer opened this issue Jan 8, 2021 · 1 comment · May be fixed by #265
Assignees
Labels
enhancement New feature or request in progress A member of the community is currently working on a fix

Comments

@afischer
Copy link
Member

afischer commented Jan 8, 2021

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

  • A config.yaml or customizations.yaml that allowed you to pass URLs of github gists that include middleware
  • A plugin API and naming pattern (e.g. library-plugin-foo or @your-scope/library-plugin-foo) that automatically configured itself when installed alongside library, similar to how Parcel handles plugins.
@afischer afischer added the enhancement New feature or request label Jan 8, 2021
@afischer afischer self-assigned this Jan 8, 2021
@afischer
Copy link
Member Author

Somewhat related to #146

@afischer afischer added the in progress A member of the community is currently working on a fix label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress A member of the community is currently working on a fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant