ptahdunbar / wp-skeleton-plugin

A WordPress Skeleton Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Skeleton Plugin Build Status

"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

About

A WordPress Skeleton Plugin

License:Other


Languages

Language:PHP 100.0%