Skip to content

Commit

Permalink
Merge pull request #223 from wp-cli/update-readme-220
Browse files Browse the repository at this point in the history
Update README.md file
  • Loading branch information
schlessera authored Apr 25, 2019
2 parents 86ee481 + 62e646f commit b74b04e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ wp scaffold



### wp scaffold _s
### wp scaffold underscores

Generates starter code for a theme based on _s.

~~~
wp scaffold _s <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--force]
wp scaffold underscores <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force]
~~~

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

[--woocommerce]
Include WooCommerce boilerplate files.

[--force]
Overwrite files that already exist.

Expand Down Expand Up @@ -313,6 +316,7 @@ variable.
- travis
- circle
- gitlab
- bitbucket
---

[--force]
Expand Down Expand Up @@ -451,6 +455,7 @@ variable.
- travis
- circle
- gitlab
- bitbucket
---

[--force]
Expand Down

0 comments on commit b74b04e

Please sign in to comment.