Download the PHP package wonderwp/generator-wwp without Composer
On this page you can find all versions of the php package wonderwp/generator-wwp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wonderwp/generator-wwp
More information about wonderwp/generator-wwp
Files in wonderwp/generator-wwp
Package generator-wwp
Short Description WonderWP Plugin Generator
License
Homepage https://github.com/wonderwp/Generator
Informations about the package generator-wwp
WonderWp Generator
A WonderWp package that acts as a plugin generator to speed up your plugin developments.
Documentation
Documentation available here : http://wonderwp.net/Creating_a_plugin/Generator.html
Summary
Plugins
Generating a classic plugin
vendor/bin/wp generate-plugin --name="myPluginName" --desc="This is my plugin description" --namespace="WonderWp\Plugin\MyPluginNameSpace"
Generating a Custom Post Type Plugin
vendor/bin/wp generate-plugin --name="myPluginCPTName" --desc="This is my CPT plugin description" --namespace="WonderWp\Plugin\MyPluginCPTNameSpace" --output_type="CPT"
Themes
Generating a classic theme
vendor/bin/wp generate-theme --name="myTheme" --namespace="WonderWp\Theme\MyTheme"
- Generating a block theme
vendor/bin/wp generate-theme --name="myBlockTheme" --namespace="WonderWp\Theme\MyBlockTheme" --output_type="block"
All versions of generator-wwp with dependencies
wp-cli/wp-cli Version ^2.5
wonderwp/http-foundation Version ^1.0
wonderwp/dependency-injection Version ^1.0
wonderwp/task Version ^1.0