Skip to content

Latest commit

History

History
27 lines (17 loc) 路 1.16 KB

File metadata and controls

27 lines (17 loc) 路 1.16 KB

@wearerequired/generate

CLI tool to generate a WordPress plugin, theme or project repo based off the boilerplates.

wordpress-plugin

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

wordpress-theme

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

wordpress-project

Command for bootstrapping a new WordPress project based on the WordPress Project Boilerplate.

npx @wearerequired/generate@latest wordpress-project