文件名称:mustache-sinatra:对 Sinatra 应用程序的 Mustache 支持
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-01 05:02:33
Ruby
小胡子::辛纳屈 在您的 Sinatra 应用程序中支持 Mustache。 安装 将此行添加到应用程序的 Gemfile 中: gem 'mustache-sinatra' 然后执行: $ bundle 或者自己安装: $ gem install mustache-sinatra 用法 require 'mustache/sinatra' class Hurl < Sinatra xss=removed> "path/to/mustache/templates" , # Should be the path to you
【文件预览】:
mustache-sinatra-master
----.travis.yml(65B)
----Rakefile(116B)
----LICENSE(1KB)
----Gemfile(101B)
----.rspec(30B)
----spec()
--------views()
--------normal_usage_spec.rb(501B)
--------spec_helper.rb(696B)
----.gitignore(567B)
----mustache-sinatra.gemspec(1KB)
----CHANGELOG.md(133B)
----lib()
--------mustache()
----README.md(2KB)
----LICENSE.txt(1KB)