wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

Update documentation to inform that WP-CLI isn't recommended to generate block scaffolding #272

Closed Rahmon closed 1 year ago

Rahmon commented 4 years ago

The section Generate Blocks with WP-CLI at Block Editor Handbook recommends do not use WP-CLI to generate block scaffolding. Instead, it's recommended to use the official script to generate a block: @wordpress/create-block package.

danielbachhuber commented 1 year ago

Thanks for the suggestion, @Rahmon. We did this with https://github.com/wp-cli/scaffold-command/pull/311