0.10.0 • Published 2 years ago

amole v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

amole

A zero-dependency template engine for HTML inspired by pug.

Installation

Via npm:

$ npm install amole

If you use vocado, amole is automatically used if installed. No need to include it or anything.

Nothing else is currently supported.

API

Compiling

.compile(source[, options])

Returns a function that takes one parameter (variables). Running this function and passing it required variables as a JSON object will return final HTML code.

0.10.0

2 years ago

0.7.1

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago