wp scaffold child-theme <slug>

Generates child theme based on an existing theme

Arguments

NameDescription
slugThe slug for the new child theme

Options

NameDescription
--parent_theme <slug>What to put in the ‘Template:’ header in ‘style.css’
--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’
--theme_uri <uri>What to put in the ‘Theme URI:’ header in ‘style.css’
--activateActivate the newly created child theme
--enable-networkEnable the newly created child theme for the entire network
--forceOverwrite files that already exist