Skip to content

MSch/handlebars-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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