wp scaffold underscores <slug>

Generates starter code for a theme based on _s

Arguments

NameDescription
slugThe slug for the new theme, used for prefixing functions

Options

NameDescription
--activateActivate the newly downloaded theme
--enable-networkEnable the newly downloaded theme for the entire network
--theme_name <title>What to put in the ‘Theme Name:’ header in ‘style.css’
--author <full-name>What to put in the ‘Author:’ header in ‘style.css’
--author_uri <uri>What to put in the ‘Author URI:’ header in ‘style.css’
--sassifyInclude stylesheets as SASS
--woocommerceInclude WooCommerce boilerplate files
--forceOverwrite files that already exist