ericclemmons / wordpress-generator
Interactive WordPress, Skeleton & Capistrano configuration generator
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ericclemmons/wordpress-generator
Requires
- php: >=5.3.3
- symfony/console: 2.1.*
- symfony/yaml: 2.1.*
This package is not auto-updated.
Last update: 2025-10-11 18:48:31 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.