Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 250 Bytes

Templeify

A Browserify transform for Temple M+XML templates. Converts any file with a .html extension.

Install with npm:

$ npm install templeify

And then use with Browserify:

$ browserify main.js -t templeify -o bundle.js