1.12.10 • Published 12 months ago

ventojs v1.12.10

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Deno NPM Tests Discord

A minimal, ergonomic template engine inspired by other great engines like Nunjucks, Liquid, Mustache, and EJS.

Features

  • Minimal, fast runtime. 🔥
  • Ergonomic by design. All tags and outputs are written with {{ and }}.
  • Write JavaScript anywhere. {{ await user.getName() }} is real JS executed at runtime.
  • Built-in tags like if, for, include, layout and more.
  • Filters, using the |> pipeline operator. Inspired by the F# pipeline operator proposal
  • Async friendly. No need to use special tags.
  • Flexible plugin system. Nearly all of Vento's features and tags are implemented as plugins.

Getting started

See Getting started in the docs for examples and guidance.

Editor support

See Editor integrations in the docs.

1.12.10

12 months ago

0.12.7

1 year ago

0.12.8

1 year ago

0.12.9

12 months ago

0.12.6

1 year ago

0.12.5

1 year ago

0.12.4

1 year ago

0.12.2

1 year ago

0.12.3

1 year ago

0.12.0

1 year ago

0.12.1

1 year ago

0.11.0

1 year ago

0.10.2

1 year ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.6.0

2 years ago