jstransformer-walrus

0.1.0 • Public • Published

<<<<<<< HEAD

jstransformer-walrus

Walrus support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-walrus

API

var transform = require('jstransformer')(require('jstransformer-walrus'))
var template = 'Hello {{name}}!';
var data = { name: 'World' };
transform.render(template, data).body
// => 'Hello World!'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-walrus

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

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