This repository holds a setup for developing and testings wordpress plugins
This template provides a containerized wordpress cli instanse
You can setup your first plugin by creating a
$ wp scaffold plugin unit-test-plugin
Requires
- GIT
- Docker
Git clone your repository CMD navigate to your repository root run
$ docker-compose up
If you want to active your plugin form the commandline you can use
$ wp plugin activate {your-plugin-name} --allow-root