Sha256: 83a1e41b44ecf107aaa0521bb3a3ae05ff311c588cdc34a2aaf28786f06e4e2a

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 Bytes

Contents

# Emblem.js Ruby Wrapper

Provides a lightweight ruby wrapper around [Emblem.js](https://github.com/machty/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](http://nodejs.org/), run the following command:

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

## Rails Integration

TODO

## Plain Ruby

```
gem 'emblem'
```

## Copyright

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emblem-0.0.2 README.md