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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i hamljs-coffee

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • hammerdr