📄️ wp scaffold block
Generate boilerplate code for a custom WordPress Gutenberg block using WP-CLI scaffold.
📄️ wp scaffold child-theme
Generate a WordPress child theme boilerplate using WP-CLI scaffold — inherit a parent theme while customising safely.
📄️ wp scaffold plugin-tests
Generate PHPUnit test file scaffolding for an existing WordPress plugin using WP-CLI.
📄️ wp scaffold plugin
Generate a WordPress plugin boilerplate with WP-CLI scaffold — includes plugin header, class structure, activation hooks, and optional tests.
📄️ wp scaffold post-type
Generate PHP registration code for a WordPress custom post type (CPT) using WP-CLI scaffold.
📄️ wp scaffold taxonomy
Generate PHP registration code for a WordPress custom taxonomy using WP-CLI scaffold.
📄️ wp scaffold theme
Generate a new WordPress theme boilerplate using WP-CLI scaffold — with style.css, functions.php, template files, and optional unit tests.