Sha256: 40e1113aba58f305f76ab82b9013d81165b17726a358e1ef70c25a47abbbd02b

Contents?: true

Size: 903 Bytes

Versions: 6

Compression:

Stored size: 903 Bytes

Contents

# Alephant::Renderer

Render HTML snippets

[![Build Status](https://travis-ci.org/BBC-News/alephant-renderer.png?branch=master)](https://travis-ci.org/BBC-News/alephant-renderer)

[![Gem Version](https://badge.fury.io/rb/alephant-renderer.png)](http://badge.fury.io/rb/alephant-renderer)

## Installation

Add this line to your application's Gemfile:

    gem 'alephant-renderer'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install alephant-renderer

## Usage

```rb
require 'alephant/renderer'

Alephant::Renderer.create('foo_template', '/base/path', 'foo_model')
```

## Contributing

1. Fork it ( http://github.com/<my-github-username>/alephant-renderer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alephant-renderer-0.0.5 README.md
alephant-renderer-0.0.4.1 README.md
alephant-renderer-0.0.4 README.md
alephant-renderer-0.0.3 README.md
alephant-renderer-0.0.2 README.md
alephant-renderer-0.0.1 README.md