Skip to content

voceconnect/generator-voce-wp-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-voce-wp-project Build Status

A generator for WordPress Voce WordPress projects using Yeoman.

Running this generator will create a new WordPress project, setup a theme based on Skeletor, Hordak, Panthor, or _s and initialize your grunt and composer files.

Getting Started

1) Install Yeoman.

$ npm install -g yo

2) Install the Voce WP Project generator

$ npm install -g generator-voce-wp-project

3) Run the generator.

$ cd {your empty project directory}
$ yo voce-wp-project

4) Commit the new project to the Project's Git Repo.