-
Notifications
You must be signed in to change notification settings - Fork 995
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
Support Plugins #388
Comments
I saw today that someone have already made a plugin for There has to be somewhere where you can find all plugins like centralized repo or a store similar to gatsbyjs https://www.gatsbyjs.org/plugins/ |
Exactly, and adding support to the redwood cli, from listing to installing/uninstalling plugins etc.. |
It would be nice if redwoodjs forced library authors to think of how people will write tests with their plugins. For example both devise and CarrierWave from the ruby community have good docs on how to write tests with them. Redwoodjs should enforce testing culture or at very least encourage it. |
Just wanted to add that this is something we're actively thinking about now. |
I know redwood is trying to make every major operation opinionated, but supporting plugins would open a whole new world of possibilities, there definitely would be areas that redwood might not think about implementing to the core functionality, for example:
There could be an official store for the plugins that has been reviewed thoroughly, and has respected the high standards that redwood would outline.
The text was updated successfully, but these errors were encountered: