Skip to content

ConductionNL/Workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Workflow

This repository holds a setup for developing and testings wordpress plugins

About this template

This template provides a containerized wordpress cli instanse

Using this template to build a wordpress plugin

You can setup your first plugin by creating a

$ wp scaffold plugin unit-test-plugin

Local development

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

Workflow

Usefull links

About

A test workflow for unit testing plugins trough github workflows

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 90.2%
  • Hack 7.1%
  • Dockerfile 2.7%