Skip to content

Commit 25c823a

Browse files
authored
Merge pull request #277 from wp-cli/regenerate-readme
Regenerate README file
2 parents d323f65 + a94551a commit 25c823a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ wp scaffold package <name> [--description=<description>] [--homepage=<homepage>]
2222
Default behavior is to create the following files:
2323
- command.php
2424
- composer.json (with package name, description, and license)
25+
- LICENSE
2526
- .gitignore, .editorconfig, .distignore, and phpcs.xml.dist
2627
- README.md (via wp scaffold package-readme)
2728
- Test harness (via wp scaffold package-tests)
@@ -341,6 +342,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
341342

342343
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
343344

345+
### License
346+
347+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
348+
344349
## Support
345350

346351
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support

0 commit comments

Comments
 (0)