WP Manifestindependent plugin directory
manifest / developer / wpplugin

WP Plugin

An easy way to start building your new WordPress plugin

by merkushin · github.com/merkushin/wpplugin · website

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.zip

wpplugin

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