frctl-liquid

0.2.1 • Public • Published

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`);

Readme

Keywords

none

Package Sidebar

Install

npm i frctl-liquid

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • thisislawatts