polarblau / meta_wordpress

Use your favorite meta languages such as Haml, Sass and Coffeescript to bootstrap and build Wordpress themes.
MIT License
9 stars 1 forks source link

Meta Wordpress

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.


Installation

gem install meta_wordpress

Bootstrapping

Navigate to the /themes folder of your Wordpress installation, then generate the necessary files to get started:

meta_wordpress bootstrap fancy_theme

Start working

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.