npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-mustache

0.1.1

@robloach

npmHomeRepoSnykSocket
Downloads:2
$ npm install jstransformer-mustache
DailyWeeklyMonthlyYearly

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