scaffold-package-command
scaffold-package-command copied to clipboard
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
## 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...
## 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...
## 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,...
`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)...