scaffold-package-command/templates
2026-04-21 09:09:28 +02:00
..
licenses Full implementation of --license argument (#288) 2026-04-21 09:09:28 +02:00
.travis.yml Change default branch from master to main 2026-01-10 10:20:22 +00:00
composer.mustache Change default branch from master to main 2026-01-10 10:20:22 +00:00
github-issue-template.mustache Introduce wp scaffold package-github to scaffold GitHub templates 2017-05-23 06:56:30 -07:00
github-pull-request-template.mustache Restore code review link to GitHub PR template 2017-11-17 12:22:36 -08:00
github-settings.mustache Fix indentation level to match application expectation 2017-11-29 08:44:10 -08:00
hello-world-command.mustache Fix remaining template issues 2021-05-10 08:51:43 +01:00
HelloWorldCommand.mustache Add autoloader documentation to scaffolded packages 2026-02-01 17:48:49 +00:00
load-wp-cli.feature Port wp scaffold package-tests into the scaffold package command 2016-03-07 13:59:58 -08:00
phpcs.xml.dist.mustache Update PHP_CodeSniffer repository links 2026-03-26 21:24:48 +01:00
readme-contributing.mustache Fix hardcoded license in template 2026-02-17 12:34:25 +01:00
readme-installing-bundled.mustache Bundled commands should mention they're included with WP-CLI 2017-05-26 06:18:26 -07:00
readme-installing.mustache Use a dynamic branch name in the README (#241) 2024-05-02 16:01:05 -07:00
readme-support.mustache Fix GitHub capitalization 2021-05-10 10:56:29 +01:00
readme-using.mustache Add command alias support to README generation 2026-01-09 13:05:58 +00:00
readme.mustache Add a flag for indicating powered by 2016-09-15 07:17:56 -07:00
testing.yml Pin some workflows 2026-03-26 21:24:48 +01:00

{{package_name}}
{{package_name_border}}

{{package_description}}

{{shields}}

{{quick_links}}

{{#sections}}
## {{heading}}

{{body}}

{{/sections}}

{{#show_powered_by}}
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*
{{/show_powered_by}}