Skip to content

Commit b74b04e

Browse files
authored
Merge pull request #223 from wp-cli/update-readme-220
Update README.md file
2 parents 86ee481 + 62e646f commit b74b04e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ wp scaffold
3636

3737

3838

39-
### wp scaffold _s
39+
### wp scaffold underscores
4040

4141
Generates starter code for a theme based on _s.
4242

4343
~~~
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]
4545
~~~
4646

4747
See the [Underscores website](https://underscores.me/) for more details.
@@ -69,6 +69,9 @@ See the [Underscores website](https://underscores.me/) for more details.
6969
[--sassify]
7070
Include stylesheets as SASS.
7171

72+
[--woocommerce]
73+
Include WooCommerce boilerplate files.
74+
7275
[--force]
7376
Overwrite files that already exist.
7477

@@ -313,6 +316,7 @@ variable.
313316
- travis
314317
- circle
315318
- gitlab
319+
- bitbucket
316320
---
317321

318322
[--force]
@@ -451,6 +455,7 @@ variable.
451455
- travis
452456
- circle
453457
- gitlab
458+
- bitbucket
454459
---
455460

456461
[--force]

0 commit comments

Comments
 (0)