Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 842 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 842 Bytes

Handlebars

Handlebars is a implementation of handlebars.js, an extension of mustache by Yehuda Katz, in Ruby.

Current status

So far only the parser has been implemented. It supports the whole handlebars syntax.

Installation

$ gem install handlebars

Acknowledgements

Thanks to all the implementors of the original mustache gem. Handlebars is based on their codebase and hard work.

Meta