Govjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2. View the docs here.
npm install govjucks
To use the file watcher built-in to Govjucks, Chokidar must be installed separately.
npm install govjucks chokidar
(View the CHANGELOG)
See here.
Run the tests with npm test
.
Join our mailing list and get help with and issues you have: https://groups.google.com/forum/?fromgroups#!forum/govjucks
Contributions are always welcome! Before you submit an issue or pull request, please read our contribution guidelines.