WP Manifestindependent plugin directory
manifest / developer / guten-break-container

Guten Break Container

Get a new banana for your split.

by WordPress Quality · github.com/wp-quality/guten-break-container · 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/wp-quality/guten-break-container/archive/refs/heads/master.zip

Readme

WP Granular Demo

Sample plugin using WP Granular approch.

Get started

Type the follow commands on project terminal

$ docker-compose run --rm composer install
$ docker-compose up -d

You are ready to:

  1. Visit http://localhost:8888
  2. Follow WordPress installation
  3. Go to plugins menu than activate WP Granular Demo

Testing

Type the follow command on project terminal

$ docker-compose run --rm phpunit test

Read the full README on GitHub →