File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,30 @@ In this example:
237
237
[--force]
238
238
Overwrite the readme if it already exists.
239
239
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
+
240
264
## Installing
241
265
242
266
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
You can’t perform that action at this time.
0 commit comments