scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.

Results 58 scaffold-command issues
Sort by recently updated
recently updated
newest added

Hello, The `scaffold plugin` command doesn't work. It always fails with error: > Error: Couldn't find .editorconfig We're using WP CLI 2.6.0.

parent_dir contains a normalized path whereas WP_CONTENT_DIR contains a relative path. By running the WP_CONTENT_DIR through realpath we get a path we can actually compare between the target dir and...

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

bug
command:scaffold-child-theme

Hi, The underscores.me website allows a Theme description. In the scaffold function it was hardcoded and not thus allowed as a argument. I just added the hardcoded value as the...

## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** #297 sort of fixed testing on WP trunk, but...

command:scaffold
command:scaffold-plugin-tests

Change phpunit scaffold to: 1. Fix phpunit warning: The attribute 'name' is required in testsuite but missing. 2. Change default template to show a error test and a pass test....

Support for install phpcs rules. For a quick start of development.

Fixes parsing of spaces in db socket argument.