Skip to content

An easy way to start building your new WordPress plugin

Notifications You must be signed in to change notification settings

merkushin/wpplugin

Repository files navigation

wpplugin

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

About

An easy way to start building your new WordPress plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published