0.10.0 • Published 3 years ago

amole v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 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

3 years ago

0.7.1

4 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago