1.0.0 • Published 6 years ago

biscotti-html v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago