diff --git a/packages/create-block/README.md b/packages/create-block/README.md index dade5e0e4169ef..12dd8f2567d1fc 100644 --- a/packages/create-block/README.md +++ b/packages/create-block/README.md @@ -191,8 +191,4 @@ The following configurable variables are used with the template files. Template - `editorStyle` (default: `'file:./build/index.css'`) - `style` (default: `'file:./build/style-index.css'`) -## WP-CLI - -Another way of making a developer’s life easier is to use [WP-CLI](https://wp-cli.org), which provides a command-line interface for many actions you might perform on the WordPress instance. One of the commands `wp scaffold block` was used as the baseline for this tool and ES5 template in particular. -

Code is Poetry.