0.2.0 • Published 10 years ago
generator-wp v0.2.0
generator-wp
WordPress generator that creates database and installs WordPress. Make sure you have wp-cli for the installation. This generator is opinionated workflow in for fast theme or plugins prototype.
Getting started
- Make sure you have yo & gulp installed:
npm install -g yo gulpalsowp-cli - Install the generator:
npm install -g generator-wp - Run:
yo wp - Also a
gulpcommand look intogulpfilefor more info
What does it do
- WordPress in a sub-folder
- themes & plugins folder in a content directory
- Sets up gulp with
browser-syncfor the theme - Creates a database
CREATE DATABASE %name% - Installs Wordpress