scaffold-package-command/templates
2017-08-03 06:02:40 -04:00
..
command.mustache A command to scaffold other commands 2016-02-16 05:59:30 -08:00
composer.mustache Prefer stable when scaffolding a new command 2017-03-28 09:18:22 -07: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 Mention specific timeframe for pull request involvement 2017-08-03 06:02:40 -04:00
load-wp-cli.feature Port wp scaffold package-tests into the scaffold package command 2016-03-07 13:59:58 -08:00
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 Scaffold a README for WP-CLI command requiring latest stable 2017-07-21 05:17:07 -07:00
readme-support.mustache add support policy to readme 2017-07-30 01:18:20 +09:00
readme-using.mustache Generate README.md based on dynamic partials 2016-07-19 05:45:47 -07:00
readme.mustache Add a flag for indicating powered by 2016-09-15 07:17:56 -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}}