WP Plugin
An easy way to start building your new WordPress plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/merkushin/wpplugin/archive/refs/heads/main.zipwpplugin
Base scaffold for a WordPress plugin.
When this project is created from the template, the post-create setup script derives the plugin slug, bootstrap file name, and PHP namespace from the installation directory name.
Usage
composer create-project merkushin/wpplugin my-plugin
Run tests:
$ make test
Build the plugin:
$ make