Template plugin for scaffolding WordPress plugins at XWP.
Contributors: xwp
Requires at least: 4.4
Tested up to: 4.5
Stable tag: trunk (master)
License: GPLv2 or later
Template plugin for scaffolding WordPress plugins at XWP.
Use the init-plugin.sh
script on your system to pull down this repo and make the necessary replacements via:
./init-plugin.sh "Hello World"
This will create a plugin hello-world
one level up from the current directory. The init-plugin.sh
script will be removed from the scaffolded plugin.