0.4.0 • Published 9 months ago

@wearerequired/generate v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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. 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