Reco: Ruby port of the Eco template compiler.

Eco is a wonderful javascript template system by Sam Stephenson. For more information about Eco visit its github page.

Reco let you compile Eco templates into Javascript through Ruby like this:

javascript = Reco.compile File.read('some_template')