Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 388 Bytes

README.rdoc

File metadata and controls

22 lines (12 loc) · 388 Bytes

wp-generate

script/generate for WordPress

Installation

gem install wp-generate

Usage

To create a new theme:

wp-generate theme wp-content/themes/mytheme

This will create a theme just the way we like it.

Then get started with the home page:

cd wp-content/themes/mytheme
wp-generate template home

This will create the appropriate page template, helper, and stylesheet.