2016-06-16 01:02:00 +08:00
2016-06-16 01:05:08 +08:00
2016-06-13 18:38:43 +08:00
2016-06-16 01:05:08 +08:00
2016-06-13 18:38:43 +08:00
2016-06-16 01:02:00 +08:00
2016-06-16 01:02:00 +08:00
2016-06-15 22:37:24 +08:00
2016-06-16 01:02:00 +08:00
2016-06-15 22:37:24 +08:00
2016-06-13 15:39:31 +08:00
2016-06-16 01:02:00 +08:00
2016-06-16 01:02:00 +08:00
2016-06-16 01:02:00 +08:00
2016-06-15 22:37:24 +08:00
2016-06-15 22:37:24 +08:00
2016-06-15 22:37:24 +08:00
2016-06-16 01:02:00 +08:00

shopify-liquid

NPM version Build Status Coverage Status Dependency manager

Liquid implementation for Node.js. All tags and filters listed in Shopify Documentation shall be implemented.

Shopify liquid is used by Jekyll and Github Pages.

Operators

Documentation: https://shopify.github.io/liquid/basics/operators/

==, !=, >, <, >=, <=, or, and, contains.

Tags

Documentation: https://shopify.github.io/liquid/basics/introduction/#tags

Filters

Documentation: https://shopify.github.io/liquid/basics/introduction/#filters

Async Support

harttle/shopify-liquid do NOT support async rendering, this is by design.

The primary principle of harttle/shopify-liquid is EASY TO EXTEND. Async rendering introduces extra complexity in both implementation and extension.

For template-driven projects, checkout these Liquid-like engines:

S
Description
No description provided
Readme MIT
65 MiB
Languages
TypeScript 94.8%
JavaScript 3.8%
Liquid 0.7%
SWIG 0.3%
Handlebars 0.3%