Skip to content

Simplified use of Shopify's liquid, including some handy filters, tags and drops.

License

Notifications You must be signed in to change notification settings

entdec/liquidum

Repository files navigation

Liquidum

Simplified use of Shopify's liquid, including some handy filters, tags and drops.

Usage

Basically it's as easy as:

Liquidum.render("{{payload.test}}", assigns: { 'payload' => { 'test' => 'blah' } })

Installation

Add this line to your application's Gemfile:

gem 'liquidum'

And then execute:

$ bundle

Or install it yourself as:

$ gem install liquidum

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

Simplified use of Shopify's liquid, including some handy filters, tags and drops.

Resources

License

Stars

Watchers

Forks

Packages

No packages published