ericclemmons/wordpress-generator

There is no license information available for the latest version (dev-master) of this package.

Interactive WordPress, Skeleton & Capistrano configuration generator

dev-master 2012-10-05 14:43 UTC

This package is not auto-updated.

Last update: 2024-05-25 12:09:50 UTC


README

Used internally by the WordPress Skeleton to create configuration files specific to WordPress, Vagrant, & Capistrano.

Installation

This package is meant to be added to your composer.json as a depdendency and not installed directly

Add the following to composer.json:

"require": {
    ...
    "ericclemmons/wordpress-generator": "dev-master",
    ...
},

"repositories": {
    ...
    {
        "type": "vcs",
        "url":  "git://github.com/ericclemmons/wordpress-generator.git"
    },
    ...
}

Usage

See the WordPress Skeleton.