mincer-haml-coffee

Haml-Coffee transformation engine for Mincer.

Usage no npm install needed!

<script type="module">
  import mincerHamlCoffee from 'https://cdn.skypack.dev/mincer-haml-coffee';
</script>

README

Mincer Haml-Coffee

Haml-Coffee transformation engine for Mincer.

Installation

Install from npm registry:

$ npm install mincer-haml-coffee

or add mincer-haml-coffee to your package.json:

"dependencies": {
  "mincer-haml-coffee": "0.0.1"
}

Usage

var Mincer = require('mincer');

require('mincer-haml-coffee')(Mincer);

Now files with .hamlc extension will be compiled to using haml-coffee to JavaScript.