merkushin/wpplugin

Template for a new WordPress plugin

dev-main 2023-07-29 12:14 UTC

This package is not auto-updated.

Last update: 2024-06-13 03:53:22 UTC


README

Template for a new plugin.

$ composer create-project -s dev merkushin/wpplugin new-plugin

Don’t forget to rename the plugin name, the namespace and the plugin file.

Run tests:

$ make test

Build the plugin:

$ make