0.2.1 • Published 7 years ago

frctl-liquid v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Liquid Adapter

An adapter to let you use Shopify Liquid templates with Fractal.

Getting Started

npm install frctl-liquid

Example Configuration

"use strict";

const fractal = (module.exports = require("@frctl/fractal").create());

fractal.set("project.title", "Hello World");

fractal.components.engine(require("frctl-liquid"));
fractal.components.set("ext", ".liquid");
fractal.components.set("path", `${__dirname}/components`);

fractal.docs.set("path", `${__dirname}/docs`);
0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago