0.0.5 • Published 9 years ago

browserify-mustache v0.0.5

Weekly downloads
5
License
BSD-2-Clause
Repository
github
Last release
9 years ago

browserify-mustache NPM Module NPM Downlaods

browserify transform for mustache template files

Install:

npm install browserify-mustache --save-dev

In JavaScript:

var template = require("../views/template.mustache");

template({title:"Browserify is Awesome!", mood:"happy"});

Partials

Partials can be passed in as a 2nd parameter.

0.0.5

9 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago