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 64 scaffold-command issues
Sort by recently updated
recently updated
newest added

It would be nice if this listed out my available options: ![image](https://user-images.githubusercontent.com/36432/35416262-5c7bb928-01dd-11e8-8139-64b958c80082.png)

command:scaffold
command:scaffold-block

We should look into setting Behat up so that it can generate code through the scaffolding command and then runs that generated code through linters/sniffers to make sure that the...

command:scaffold
scope:testing

A command to scaffold the PHP code for a WP-CLI command would be great. I currently start writing a command by copy-pasting an existing one, but this can get out...

command:scaffold

A colleague of mine has been struggling with the format for scheduling a WP-Cron event and correctly passing parameters to its callback function. A WP-CLI command to scaffold an event...

command:scaffold

Or am I missing something? I am used to travis where you can define several WP versions for the tests. I am new to docker but I have a fair...

command:scaffold-plugin-tests

As mentioned in https://github.com/wp-cli/wp-cli/issues/2119#issuecomment-148115945, you can't test against other WP versions than the version in the `$WP_CORE_DIR` directory. As I see it there are two reasons this exists. * To...

command:scaffold-plugin-tests

## 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** This script hasn't really seen any major updates, because...

command:scaffold-plugin-tests
command:scaffold-theme-tests

This adds a `--recreate-db` option to remove the need for user input when running the script for confirming database recreation, helpful when it is run in a CI context, such...

Related https://github.com/wp-cli/scaffold-command/issues/109 * Function prefix should be of child theme, not parent theme * Fixed WPCS issues in the mustache template

Related to https://github.com/wp-cli/scaffold-command/issues/109 * Mustache templates are updated based on the phpcs rules we are providing in the scaffold * Feature tests are updated based on the changes in the...