Introduction

Marv is a toolkit for bootstrapping and developing WordPress themes using Sass, LESS, and CoffeeScript.

Gem Version


Installation

Install Marv (requires Ruby and RubyGems):

$ gem install marv

Get started

Create your new theme project:

$ marv create your_theme

Change to your new project directory:

$ cd your_theme

Link to your WordPress theme folder:

$ marv link /path/to/wordpress/wp-content/themes/your_theme

Watch for changes and start developing!

$ marv watch

Press Ctrl + Z to exit watch mode

Build your theme into the build_here directory:

$ marv build build_here

Package your theme as your_theme.zip:

$ marv package your_theme

Help

Get a little help with the Marv commands:

$ marv help