0.0.5 • Published 8 years ago

browserify-mustache v0.0.5

Weekly downloads
5
License
BSD-2-Clause
Repository
github
Last release
8 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

8 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago