You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default behavior is to create the following files:
23
23
- command.php
24
24
- composer.json (with package name, description, and license)
25
+
- LICENSE
25
26
- .gitignore, .editorconfig, .distignore, and phpcs.xml.dist
26
27
- README.md (via wp scaffold package-readme)
27
28
- 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
341
342
342
343
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.
343
344
345
+
### License
346
+
347
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
348
+
344
349
## Support
345
350
346
351
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
0 commit comments