Plugin skeleton with theme by WPify
- Go to the
wp-content/plugins
folder in terminal - Run
composer create-project wpify/plugin-skeleton my-plugin-name
command (replacemy-plugin-name
with real slug of the plugin) - Activate the newly created plugin and start developing!