aciccarello / liquidjs

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.

Home Page:https://liquidjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquidjs

npm version npm downloads coveralls coverage travis Build Status GitHub issues GitHub contributors Open Collective contributors David dependencies David devDependencies DUB license Commitizen friendly semantic-release

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript. The purpose of this repo is to provide a standard Liquid implementation for the JavaScript community so that Jekyll sites, Github Pages and Shopify templates can be ported to Node.js without pain.

logo

Installation

Install from npm in Node.js:

npm install --save liquidjs

Or use the UMD bundle from jsDelivr:

<script src="https://cdn.jsdelivr.net/npm/liquidjs/dist/liquid.min.js"></script>

More details, refer to The Setup Guide.

Related Packages

  • gulp-liquidjs: A shopify compatible Liquid template engine for Gulp using liquidjs.
  • grunt-liquify: A Grunt task to process Liquid using liquidjs. Use it to add Liquid magic to your scripts and css assets.
  • react-liquid: Liquid templating language component for React
  • @11ty/eleventy: A simpler static site generator. An alternative to Jekyll. Written in JavaScript. Transforms a directory of templates (of varying types) into HTML.

Backers

If you love LiquidJS or your company is using LiquidJS? Please consider support us on Open Collective or Patreon.

backers from open-collective

Contributors ✨

Want to contribute? see Contribution Guidelines. Thanks goes to these wonderful people:


Jun Yang

🚧 πŸ’»

chenos

πŸ’»

Zach Leatherman

πŸ›

Tim Hardy

πŸ’»

Paul Robert Lloyd

πŸ’» πŸ›

Alec Larson

πŸ’»

Patrick Malouin

πŸ’» πŸ“–

jaswrks

πŸ’»

δΈ‰δΈ‰

πŸ’» πŸ€”

ssendev

πŸ’» πŸ“–

wojtask9

πŸ’»

Andrew Barclay

πŸ’»

Cory Mawhorter

πŸ’»

Mehdi Jaffery

πŸ’»

Robin Bijlani

πŸ’» πŸ›

Ryan Kennedy

πŸ’»

Sami Kukkonen

πŸ’»

Scott Santucci

πŸ’»

Steven

πŸ’‘ πŸ’»

azu

πŸ“–

Joonas

πŸ’»

Jamel A.

πŸ’»

Brandon Pittman

πŸ’»

tgrandgent

πŸ’»

Martin Schuster

πŸ’»

Ray

⚠️ πŸ’»

Cristofer Gonzales

πŸ’»

Raymond Camden

πŸ“–

About

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.

https://liquidjs.com

License:MIT License


Languages

Language:TypeScript 95.4%Language:JavaScript 2.2%Language:Liquid 1.5%Language:Shell 0.8%Language:HTML 0.0%