wp-cli / scaffold-command

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

Add deprecated notice for scaffold block #308

Closed magadanskiuchen closed 2 years ago

magadanskiuchen commented 2 years ago

According to https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/generate-blocks-with-wp-cli/ WP CLI is no longer the recommended route for scaffolding Gutenberg blocks. Developers are encouraged to use the @wordpress/create-block package instead.

danielbachhuber commented 2 years ago

Thanks for the pull request, @magadanskiuchen ! Adapting the language a bit with #311