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

dxw/wp-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.