https://github.com/jstransformers/jstransformer-liquid
Liquid support for JSTransformers
https://github.com/jstransformers/jstransformer-liquid
Last synced: 11 months ago
JSON representation
Liquid support for JSTransformers
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-liquid
- Owner: jstransformers
- License: mit
- Created: 2016-07-02T06:10:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:56:33.000Z (about 6 years ago)
- Last Synced: 2025-06-09T05:31:17.825Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-liquid
- Size: 50.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-liquid
[Liquid for Node.js](https://github.com/sirlantis/liquid-node) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-liquid)
[](https://codecov.io/gh/jstransformers/jstransformer-liquid)
[](http://david-dm.org/jstransformers/jstransformer-liquid)
[](https://www.npmjs.org/package/jstransformer-liquid)
## Installation
npm install jstransformer-liquid
## API
```js
var liquid = require('jstransformer')(require('jstransformer-liquid'))
liquid.renderAsync('Hello {{ name }}!', {
name: 'World'
}).then(function (result) {
//=> 'Hello, World!'
}
```
## License
MIT