meta_wordpress is a small library built around Guard which enables you to create Wordpress themes more easily, using meta languages such as Haml, Sass and Coffeescript.
It provides a basic folder structure to get started, a simple layout engine and a few helpers to make the work with PHP easier. Read the documentation to learn more.
gem install meta_wordpress
Navigate to the /themes
folder of your Wordpress installation, then generate the necessary files to get started:
meta_wordpress bootstrap fancy_theme
Within your new theme folder, start the file watcher (Guard) and you are good to go:
meta_wordpress start
Read the documentation to learn more.