Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 720 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 720 Bytes

LiquidRails

LiquidRails allows you to render Liquid templates in Ruby on Rails views & ViewComponents.

Installation

Add this line to your application's Gemfile:

group :test, :development do
  gem 'kit_liquid_rails'
end

Or, for a Ruby library, add this to your gemspec:

spec.add_dependency 'kit_liquid_rails'

And then run:

$ bundle install

Copyright & License

Copyright (c) 2021, Nathan Appere.

LiquidRails is licensed under MIT License.