One templating language, for any stack.
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