jstransformer-htmling

0.1.0 • Public • Published

jstransformer-htmling

HTMLing support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-htmling

API

var htmling = require('jstransformer')(require('jstransformer-htmling'));
 
htmling.render('<h1>Hello, {{title}}!</h1>', { name: 'World' }).body
//=> '<h1>Hello, World!</h1>'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-htmling

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

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