merkushin/wpplugin

Template for a new WordPress plugin

Maintainers

Package info

github.com/merkushin/wpplugin

Type:project

pkg:composer/merkushin/wpplugin

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-05 12:33:11 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