0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A language agnostic templating engine designed with event driven applications in mind.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
>= 0

Runtime

>= 1.1.1, ~> 1.1
>= 0
 Project Readme

Drawing
One templating language, for any stack.

Build Status License

Emerald Language

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