1.0.0 • Published 7 years ago

biscotti-html v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Biscotti HTML

CoffeeScript VDOM templates.

$$ html [
  body [ h1 "Hello, World!" ]
]

Install

npm i -s biscotti-html

Usage

import processor from "biscotti-html"
render = do processor
render  path: "./templates/index.vhtml"
1.0.0

7 years ago