templeify

Browserify transform for Temple M+XML templates.

Usage no npm install needed!

<script type="module">
  import templeify from 'https://cdn.skypack.dev/templeify';
</script>

README

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