Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 805 Bytes

jstransformer-twig

Twig.js support for JSTransformers.

Build Status Coverage Status NPM version

Installation

npm install jstransformer-twig

API

var twig = require('jstransformer')(require('jstransformer-twig'))

twig.render('Hello, {{ name }}!', { name: 'World' }).body
//=> 'Hello, World!'

License

MIT