Skip to content

Commit 974775e

Browse files
Update README for new commands
1 parent 682874d commit 974775e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,30 @@ In this example:
237237
[--force]
238238
Overwrite the readme if it already exists.
239239

240+
241+
242+
### wp scaffold package-github
243+
244+
Generate GitHub configuration files for your command.
245+
246+
~~~
247+
wp scaffold package-github <dir> [--force]
248+
~~~
249+
250+
Creates a variety of files to better manage your project on GitHub. These
251+
files include:
252+
253+
* `.github/ISSUE_TEMPLATE` - Text displayed when a user opens a new issue.
254+
* `.github/PULL_REQUEST_TEMPLATE` - Text displayed when a user submits a pull request.
255+
256+
**OPTIONS**
257+
258+
<dir>
259+
The package directory to generate GitHub configuration for.
260+
261+
[--force]
262+
Overwrite files that already exist.
263+
240264
## Installing
241265

242266
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.

0 commit comments

Comments
 (0)