0.1.1 • Published 10 years ago

jstransformer-mustache v0.1.1

Weekly downloads
32
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago