Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.
/ emerald Public archive

🚀 A whitespace-delimited, backend language-agnostic HTML5 templating engine

License

Notifications You must be signed in to change notification settings

emerald-lang/emerald

Repository files navigation

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