Skip to content

Latest commit

 

History

History

generate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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