-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I've recently migrated to using the plugin-devkit for Shopify theme development, but I'm unable to find a command similar to the old CLI's "shopify theme component generate [component_name]" functionality.
In the previous plugin-theme-component CLI, this command would conveniently create a new component directory with all necessary files. However, I don't see an equivalent command in the plugin-devkit documentation or help menu.
Is there a similar command available in plugin-devkit that I'm missing? If not, are there plans to implement this feature in the future? Component generation was a very useful productivity feature that helped standardize component structure across the team.
Steps to reproduce:
Install plugin-devkit
Search help documentation for component generation
Attempt to find an equivalent to "shopify theme component generate"
Expected behavior: A command to generate component scaffolding
Actual behavior: No such command seems to exist
Thank you for your help!