jstransformer-liquid

0.1.1 • Public • Published

jstransformer-liquid

Liquid for Node.js support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-liquid

API

var liquid = require('jstransformer')(require('jstransformer-liquid'))
 
liquid.renderAsync('Hello {{ name }}!', {
  name: 'World'
}).then(function (result) {
  //=> 'Hello, World!'
}

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.11latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.11
0.1.00
0.0.10
0.0.00

Package Sidebar

Install

npm i jstransformer-liquid

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu