Skip to content
This repository was archived by the owner on Apr 25, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (34 loc) · 853 Bytes

File metadata and controls

39 lines (34 loc) · 853 Bytes

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