Emblem.js Ruby Wrapper

Provides a lightweight ruby wrapper around Emblem.js

Emblem.compile('h1 Hello', templateName: 'welcome')

Installation

This gem requires that an emblem command be available in the current path. Being as Emblem is still in early development, it is best to install via npm from git. After installing Node.js, run the following command:

sudo npm install -g 'git://github.com/machty/emblem.git#HEAD'

Rails Integration

TODO

Plain Ruby

gem 'emblem'

Copyright (c) 2013 Alex Matchneer. See LICENSE.txt for further details.