jstransformer-plates

0.1.1 • Public • Published

jstransformer-plates

Plates support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-plates

API

var plates = require('jstransformer')(require('jstransformer-plates'))
var locals = { "test": "New Value" }
plates.render('<div id="test">Old Value</div>', locals).body
//=> '<div id="test">New Value</div>'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-plates

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

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