wp scaffold _s
Generates starter code for a theme based on _s.
See the Underscores website for more details.
Synopsis
bash
wp scaffold _s <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force]Options
[–activate] Activate the newly downloaded theme.
[–enable-network] Enable the newly downloaded theme for the entire network.
[–theme_name=<title>] What to put in the ‘Theme Name:’ header in ‘style.css’.
[–author=
[–author_uri=
[–sassify] Include stylesheets as SASS.
[–woocommerce] Include WooCommerce boilerplate files.
[–force] Overwrite files that already exist.
Examples
bash
# Generate a theme with name "Sample Theme" and author "John Doe"
$ wp scaffold _s sample-theme --theme_name="Sample Theme" --author="John Doe"
Success: Created theme 'Sample Theme'.