ruby-handlebars:用于 Handlebars 模板的纯 Ruby 库

时间:2021-05-29 01:15:26
【文件属性】:
文件名称:ruby-handlebars:用于 Handlebars 模板的纯 Ruby 库
文件大小:30KB
文件格式:ZIP
更新时间:2021-05-29 01:15:26
Ruby Ruby车把 用于模板系统的纯Ruby库。 这个库的主要目标是简化 Ruby 和 Handlebars 在 Windows 机器上的使用。 如果您不需要在 Windows 上工作,请查看使用真正 Handlebars 库的 。 正在安装 只需运行: gem install ruby-handlebars 不需要 libv8、ruby-racer 或任何 JS 相关工具。 使用 一个非常简单的案例: require 'ruby-handlebars' hbs = Handlebars :: Handlebars . new hbs . compile ( "Hello {{name}}" ) . call ( { name : 'world' } ) # Gives: "Hello world", how original ... 您还可以使用部分: hbs . regist
【文件预览】:
ruby-handlebars-master
----.gitignore(573B)
----.rspec(8B)
----ruby-handlebars.gemspec(3KB)
----.travis.yml(361B)
----LICENSE(1KB)
----CHANGELOG.md(3KB)
----.whitesource(66B)
----spec()
--------ruby-handlebars()
--------parser_spec.rb(12KB)
--------handlebars_spec.rb(9KB)
--------tree_spec.rb(326B)
--------spec_helper.rb(119B)
----README.md(4KB)
----VERSION(5B)
----lib()
--------ruby-handlebars()
--------ruby-handlebars.rb(1KB)
----Gemfile(334B)
----Rakefile(801B)
----Gemfile.lock(2KB)

网友评论