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

Blocked by https://github.com/probot/settings/issues/3 From https://github.com/wp-cli/wp-cli/issues/3857

command:scaffold-package-github

## 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-package-tests

When scaffolding a README file through the `wp scaffold package-readme` command, the command namespaces do not produce any meaningful result. Here's an example output: https://github.com/wp-cli/makepot-command/blob/490b759eb0fe0a4c09d350ba7262d0b0a558248a/README.md#wp-i18n

command:scaffold-package-readme
scope:documentation

## Bug Report **Describe the current, buggy behavior** when running $ wp scaffold package anauthor/test --dir=~/testscaffold or $ wp scaffold package-tests ~/testscaffold --force I get multiple errors about not not...

bug
state:unconfirmed

As an example, the changes in https://github.com/wp-cli/entity-command/pull/213 are not being added to the `README.md` file when regenerating it.

bug
command:scaffold-package-readme

We should make sure each scaffolded package includes a proper LICENSE file From https://github.com/wp-cli/restful/issues/97

command:scaffold-package

For packages with a lot of (sub)commands, it could be useful to have a concise TOC section (table of contents), cf. e.g. the readme of https://git.io/v5THM

command:scaffold-package-readme

In our default scaffolded `bin/test.sh`, we should have some feature for failing the build when the scaffolded README is out of date. Functionally, we'd test this by running `wp package...

command:scaffold-package-tests

A la https://github.com/wp-cli/wp-cli/pull/3472

command:scaffold-package-tests

In addition to running the test suite against the nightly build, which we already do, it would be helpful to have it run against the latest stable WP-CLI version too....

command:scaffold-package-tests