scaffold-package-command/templates
2024-05-02 16:01:05 -07:00
..
composer.mustache Add phpcbf composer script in scaffolded composer file 2024-03-25 14:43:20 +05:45
github-issue-template.mustache
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 Make hello-world work without WP 2021-05-10 08:57:27 +01:00
load-wp-cli.feature
readme-contributing.mustache Include generic mention of "Setting up" in scaffolded README 2017-08-02 04:35:06 -07: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
readme.mustache
testing.yml Add github option for --ci in scaffold package tests (#237) 2024-03-23 03:41:44 -07: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}}