0.1.1 • Published 9 years ago

jstransformer-mustache v0.1.1

Weekly downloads
32
License
MIT
Repository
github
Last release
9 years ago

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

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago