Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeoman Wordpress Generator

Generator to use Yeoman on a Wordpress project.

For more informations about Yeoman, see Yeoman.io

Documentation

Init

$ yeoman init yeoman-wordpress - Generates a new Wordpress project with a fresh html5boilerplate theme and the files needed to use Yeoman. Once Yeoman is done, install your new wordpress project, and activate the theme in the admin panel.

Server

$ yeoman server - Since wordpress is a php framework, the yeoman server task can't be use directly. Here is how you can use it (thanks to @mklabs yeoman/yeoman#250 (comment)):

    1. Start the yeoman server: yeoman server. You can close the page it opened, you won't use it.
    1. Go to the wordpress with the host you created in Mamp or whatever you are using
    1. Activate the LiveReload extension by clicking its button in your browser.
    1. You're good to go!

Build

$ yeoman build - Not 100% working for now (missing: js concatenation)

About

Yeoman generator for Wordpress project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors