Closed nathan-schmidt-viget closed 3 months ago
This adds plop which allows us to auto build block files from the templates. We ask several questions and then build all the files.
ddev restart
wp-content/themes/wp-starter
ddev npm run plop block
ddev npm run plop
block
We may need to adjust/update this as we update our WP Site Starter blocks, but this is a start.
@bd-viget I am going to update the inner blocks part in my block refactor PR.
Summary
This adds plop which allows us to auto build block files from the templates. We ask several questions and then build all the files.
Issues
129
Testing Instructions
ddev restart
wp-content/themes/wp-starter
ddev npm run plop block
orddev npm run plop
- running withoutblock
plop will default to the first generator which isblock
.Screenshots