emerald-lang

A language agnostic templating engine designed with event driven applications in mind.


Keywords
emerald, html5, ruby, ruby-gem, template-engine, template-language, templates
License
MIT
Install
gem install emerald-lang -v 1.0.0

Documentation

Drawing

- A language agnostic templating engine designed with event driven applications in mind.

Usage

gem install emerald-lang
emerald process some_html_file --beautify

Contributing

Setup

bundle install
bundle exec rake setup

Running tests

bundle exec rake test

Pushing to Rubygems

Update the EMERALD_VERSION constant, then:

rake release