WP Manifestindependent plugin directory
manifest / developer / mhm-block-plugin

TITLE

Basis for the development of a WordPress custom block plugin, including a Gulp/Webpack build process.

by Say Hello GmbH · github.com/markhowellsmead/mhm-block-plugin · 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/markhowellsmead/mhm-block-plugin/archive/refs/heads/main.zip

Declares an update source (https://sayhello.ch/), so updates arrive through the plugin's own updater.

From the readme

Custom block plugin with build process Description This is the basis code which runs as a WordPress plugin and which registers a custom block for the Block Editor. The block in this example code simply outputs a "Hello World" message. It is intended as a basis for onward development. Usage Install and use as a normal plugin. Contributors - Mark Howells-Mead (mark@sayhello.ch) License Use this code freely, widely and for free. Provision of this code provides and implies no guarantee. Please respect the GPL v3 licence, which is available via http://www.gnu.org/licenses/gpl-3.0.html

Read the full README on GitHub →