File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ wp scaffold
36
36
37
37
38
38
39
- ### wp scaffold _ s
39
+ ### wp scaffold underscores
40
40
41
41
Generates starter code for a theme based on _ s.
42
42
43
43
~~~
44
- wp scaffold _s <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--force]
44
+ wp scaffold underscores <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce ] [--force]
45
45
~~~
46
46
47
47
See the [ Underscores website] ( https://underscores.me/ ) for more details.
@@ -69,6 +69,9 @@ See the [Underscores website](https://underscores.me/) for more details.
69
69
[--sassify]
70
70
Include stylesheets as SASS.
71
71
72
+ [--woocommerce]
73
+ Include WooCommerce boilerplate files.
74
+
72
75
[--force]
73
76
Overwrite files that already exist.
74
77
@@ -313,6 +316,7 @@ variable.
313
316
- travis
314
317
- circle
315
318
- gitlab
319
+ - bitbucket
316
320
---
317
321
318
322
[--force]
@@ -451,6 +455,7 @@ variable.
451
455
- travis
452
456
- circle
453
457
- gitlab
458
+ - bitbucket
454
459
---
455
460
456
461
[--force]
You can’t perform that action at this time.
0 commit comments