Skip to content

jstransformers/jstransformer-node-twig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstransformer-node-twig

node-twig support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-node-twig

API

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

// Hello, {{world}}!
twig.renderFileAsync('hello.twig', {}, {world: Earth}).body
//=> 'Hello, Earth'

License

MIT