https://github.com/ericclemmons/wordpress-generator
Interactive WordPress, Skeleton & Capistrano configuration generator
https://github.com/ericclemmons/wordpress-generator
Last synced: about 1 year ago
JSON representation
Interactive WordPress, Skeleton & Capistrano configuration generator
- Host: GitHub
- URL: https://github.com/ericclemmons/wordpress-generator
- Owner: ericclemmons
- Created: 2012-10-01T22:17:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-05T14:43:22.000Z (over 13 years ago)
- Last Synced: 2025-04-06T07:15:42.316Z (about 1 year ago)
- Language: PHP
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WordPress Generator
===================
Used internally by the [WordPress Skeleton][1] 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][1].
[1]: https://github.com/ericclemmons/wordpress-skeleton
[2]: http://getcomposer.org/