@@ -3,7 +3,7 @@ wp-cli/scaffold-package-command
33
44Scaffolds WP-CLI commands with functional tests, full README.md, and more.
55
6- [ ![ Testing] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg )] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml ) [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main .svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/main )
6+ [ ![ Testing] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml/badge.svg )] ( https://github.com/wp-cli/scaffold-package-command/actions/workflows/testing.yml ) [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master .svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master )
77
88Quick links: [ Using] ( #using ) | [ Installing] ( #installing ) | [ Contributing] ( #contributing ) | [ Support] ( #support )
99
@@ -22,7 +22,7 @@ wp scaffold package <name> [--description=<description>] [--homepage=<homepage>]
2222Default behavior is to create the following files:
2323- command.php
2424- composer.json (with package name, description, and license)
25- - .gitignore, .editorconfig, and .distignore
25+ - .gitignore, .editorconfig, .distignore, and phpcs.xml.dist
2626- README.md (via wp scaffold package-readme)
2727- Test harness (via wp scaffold package-tests)
2828
@@ -316,7 +316,7 @@ wp package install wp-cli/scaffold-package-command:@stable
316316To install the latest development version of this package, use the following command instead:
317317
318318``` bash
319- wp package install wp-cli/scaffold-package-command:dev-main
319+ wp package install wp-cli/scaffold-package-command:dev-master
320320```
321321
322322## Contributing
0 commit comments