ptahdunbar/wp-skeleton-plugin

A walking skeleton WordPress plugin. -_O

Installs: 1 146

Dependents: 0

Suggesters: 0

Security: 0

Stars: 169

Watchers: 16

Forks: 46

Open Issues: 14

Type:wordpress-plugin

dev-master 2014-02-05 03:21 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:12:10 UTC


README

"A Walking Skeleton is an implementation of the thinnest possible slice of real functionality that we can automatically build, deploy and test end-to-end." - Freeman & Pryce GOOS

NOTE This is a work in progress. Very alpha, subject to sweeping changes at random intervals :)

Installation

Via composer

Download into plugins directory:

{
    "require" : {
        "ptahdunbar/wp-skeleton-plugin" : "dev-master"
    }
}

Download into mu-plugins directory:

{
    "require" : {
        "ptahdunbar/wp-skeleton-plugin" : "dev-muplugin"
    }
}

Features