A simple and fast javascript templating library


Keywords
template, micro
License
ISC
Install
npm install tripartite@1.1.4

Documentation

A micro templating tool.


Include a template directly in a client side script by adding to the package.json:

	"browserify": {
		"transform": [
			"tripartite/browserify-transform"
		]
	}


And include the text like:

var template = require('./template.tri')