CLI tool to generate a WordPress plugin, theme or project repo based off the boilerplates.
Command for bootstrapping a new WordPress plugin based on the WordPress Plugin Boilerplate. It offers a modern build setup and generates PHP, JS, CSS code, and everything else you need to start the plugin.
npx @wearerequired/generate@latest wordpress-plugin
Command for bootstrapping a new WordPress theme based on the WordPress Theme Boilerplate or the WordPress Block Theme Boilerplate. It offers a modern build setup and generates PHP, JS, CSS code, and everything else you need to start the theme.
npx @wearerequired/generate@latest wordpress-theme
Command for bootstrapping a new WordPress project based on the WordPress Project Boilerplate.
npx @wearerequired/generate@latest wordpress-project