Skip to content

ericclemmons/wordpress-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Generator

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.

About

Interactive WordPress, Skeleton & Capistrano configuration generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published