merkushin/wpplugin

Template for a new WordPress plugin

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/merkushin/wpplugin

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

This package is not auto-updated.

Last update: 2025-10-02 10:00:33 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