Conversation
This looks great! SuggestionsOne additional command that I would suggest is a db migration generation one. Enabling devs to generate knex migrations that will be picked up and executed at boot. QuestionsFor me the last major pains for plugins are:
Any chance these are being addressed/looked into as well? |
|
Thanks for the feedback @ComfortablyCoding. Testingthe my-plugin/
├─ demo/
├─ src/
│ ├─ index.ts
├─ package.jsonWhere Extensibility of CoreIt'd be great to understand what you feel you're missing on this side so we can look into providing these exports. I think the naming conventions in the codebase at the moment are not very user friendly and i'd like to look at exporting more for users with clear names and guides. |
|
Nice, hopefully that resolves some issues. In terms of the extensibility of the code it was more for the admin panel than the design system I guess. Technically unrelated here. In terms of the design system their are common UI interfaces missing from the design system but present else where. For example the components exported from the helper plugin. Possibly already addressed by strapi/design-system#1269. |
Introduce a dedicated plugin CLI to assist developers in creating plugins for strapi the right way easily
You can read it here