hamljs-coffee

0.0.1 • Public • Published

HamlJS - Coffeescript Plugin

A plugin that allows you to use coffeescript in your templates instead of javascript.

Quick Example

!!! 5
%html
  %head
    %title Example
  %body
    :javascript
      five = 2 + 3
      multiply = (first, second) ->
        first * second
      alert multiply five, 5

Licensed under MIT.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hamljs-coffee

    Weekly Downloads

    0

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • hammerdr