Sha256: d0a94e90ac2639286dd16eb76cc18987550e7f040737bf86dae7d56aff19d6f9
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 Bytes
Contents
## Introduction Marv is a toolkit for bootstrapping and developing WordPress themes using Sass, LESS, and CoffeeScript. Current Version: **0.1.1** ----- ## Installation Install Marv (requires [Ruby](http://www.ruby-lang.org/) and [RubyGems](http://rubygems.org/)): $ 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marv-0.2.0 | README.md |