/govjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Govjucks

NPM Version NPM Downloads Linux Build Windows Build Test Codecov

Govjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2. View the docs here.

Installation

npm install govjucks

To use the file watcher built-in to Govjucks, Chokidar must be installed separately.

npm install govjucks chokidar

(View the CHANGELOG)

Documentation

See here.

Tests

Run the tests with npm test.

Mailing List

Join our mailing list and get help with and issues you have: https://groups.google.com/forum/?fromgroups#!forum/govjucks

Want to help?

Contributions are always welcome! Before you submit an issue or pull request, please read our contribution guidelines.

Contributors