govjucks
v0.3.1
Published
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
Readme
Govjucks
Govjucks is a fork of Nunjucks, a full featured templating engine for javascript. It is heavily inspired by jinja2.
Installation
npm install govjucks
To use the file watcher built-in to Govjucks, Chokidar must be installed separately.
npm install govjucks chokidar
Documentation
Tests
Run the tests with npm test.
