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

Scaffolds WP-CLI commands with functional tests, full README.md, and more.

Results 16 scaffold-package-command issues
Sort by recently updated
recently updated
newest added

## 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 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,...

## 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** I spent quite a lot of time figuring out...

scope:documentation

## 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** Adding tests for commands within a plugin requires a...

command:scaffold-package-tests

## 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,...

state:unconfirmed

`scaffold-package-command` generates a `composer.json` using relatively old package versions. https://github.com/wp-cli/scaffold-package-command/blob/c309cf58b5dee0428fa05c45dbf094bb7c2c5c6f/templates/composer.mustache#L8-L13 This PR updates the defaults provided in the PhpDoc to the current releases: * [wp-cli/wp-cli](https://github.com/wp-cli/wp-cli/releases) current is [v2.10.0](https://github.com/wp-cli/wp-cli/releases/tag/v2.10.0) * [wp-cli/wp-cli-tests](https://github.com/wp-cli/wp-cli-tests/releases)...