jstransformer-mustache

0.1.1 • Public • Published

jstransformer-mustache

Mustache support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-mustache

API

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

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-mustache

Weekly Downloads

7

Version

0.1.1

License

MIT

Last publish

Collaborators

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