wpify / plugin
This package is abandoned and no longer maintained.
The author suggests using the wpify/plugin-skeleton package instead.
Wpify Plugin Skeleton
3.1.5
2023-06-13 09:00 UTC
Requires
- php: ^8.0.0
- ext-json: *
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.1
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.6
- wp-coding-standards/wpcs: dev-master
- wpify/plugin-composer-scripts: ^1.2
- wpify/tracy: ^1.0
This package is auto-updated.
Last update: 2023-06-15 13:24:36 UTC
README
Plugin skeleton with theme by WPify
How to setup project?
- Go to the
wp-content/pluginsfolder in terminal - Run
composer create-project wpify/plugin-skeleton my-plugin-namecommand (replacemy-plugin-namewith real slug of the plugin) - Activate the newly created plugin and start developing!