GitXplorerGitXplorer
M

handlebars-ruby

public
25 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
101ee3559fd4753f1ef4c86cdc51847928b148ee

typo

MMSch committed 14 years ago
Unverified
97601621b717af555e8ca6fcb59cd4c7ff48645b

Add Gemfile.lock

MMSch committed 14 years ago
Unverified
9e2f1ac04cd8f04b91441b674c1d624e6f8a37b0

Update gemspec

MMSch committed 14 years ago
Unverified
dd13d70644a44641750b474d23b29c0eb5a3e722

Increment version

MMSch committed 14 years ago
Unverified
bbb53041687d52393a0c9c64aa864018aff1e695

typo

MMSch committed 14 years ago
Unverified
246a2d5120aa37b564530e6e980d82f2caff7504

Add README

MMSch committed 14 years ago

README

The README file for this repository.

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