2017 © Pedro Peláez
 

library wordpress-generator

Interactive WordPress, Skeleton & Capistrano configuration generator

image

ericclemmons/wordpress-generator

Interactive WordPress, Skeleton & Capistrano configuration generator

  • Friday, October 5, 2012
  • by ericclemmons
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WordPress Generator

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

Installation

This package is meant to be added to your composer.json as a depdendency and not installed directly, (*2)

Add the following to composer.json:, (*3)

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

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

Usage

See the WordPress Skeleton., (*4)

The Versions

05/10 2012

dev-master

9999999-dev

Interactive WordPress, Skeleton & Capistrano configuration generator

  Sources   Download

The Requires

 

by Eric Clemmons