jstransformer-bliss

0.3.0 • Public • Published

jstransformer-bliss

bliss support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-bliss

API

For more use-cases see the tests in test folder or see the JSTransformer API for more details.

var bliss = require('jstransformer')(require('jstransformer-bliss'));
 
bliss.render('<p>Hello @place !!</p>', {context: {place: 'world'}}).body
//=> '<p>Hello world !!</p>'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-bliss

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • stoeffel
  • hemanth
  • timothygu
  • calebeby
  • vanchoy
  • tunnckocore