Popularity
7.3
Growing
Activity
2.0
-
8,435
140
633

Code Quality Rank: L2
Monthly Downloads: 0
Programming language: JavaScript
License: BSD 2-clause "Simplified" License
Tags: Templating Engines    
Latest version: v3.2.3

nunjucks alternatives and similar libraries

Based on the "Templating Engines" category.
Alternatively, view nunjucks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nunjucks or a related project?

Add another 'Templating Engines' Library

README

Nunjucks

NPM Version NPM Downloads Linux Build Windows Build Test Codecov

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

Installation

npm install nunjucks

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

npm install nunjucks chokidar

(View the CHANGELOG)

Documentation

See here.

Browser Support

Supported in all modern browsers. For IE8 support, use es5-shim.

Tests

Run the tests with npm test.

Watch master branch's tests running in the browser.

Mailing List

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

Want to help?

Contributions are always welcome! Before you submit an issue or pull request, please read our [contribution guidelines](CONTRIBUTING.md).

Contributors