Skip to content

Instantly share code, notes, and snippets.

@phamngsinh
Created August 11, 2017 02:07
Show Gist options
  • Select an option

  • Save phamngsinh/d7fc3d9807943fdc38193d4d6d99236b to your computer and use it in GitHub Desktop.

Select an option

Save phamngsinh/d7fc3d9807943fdc38193d4d6d99236b to your computer and use it in GitHub Desktop.
WP Cli generate scaffold
Name Description
wp scaffold child-theme
Generate child theme based on an existing theme.
wp scaffold plugin
Generate starter code for a plugin.
wp scaffold plugin-tests
Generate files needed for running PHPUnit tests in a plugin.
wp scaffold post-type
Generate PHP code for registering a custom post type.
wp scaffold taxonomy
Generate PHP code for registering a custom taxonomy.
wp scaffold theme-tests
Generate files needed for running PHPUnit tests in a theme.
wp scaffold _s
Generate starter code for a theme based on _s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment