nunjucks

WebJar for nunjucks

License

License

BSD 2-Clause
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-mozilla-nunjucks
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

nunjucks
WebJar for nunjucks
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mozilla/nunjucks

Download github-com-mozilla-nunjucks

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-nunjucks/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-mozilla-nunjucks</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-nunjucks/
implementation 'org.webjars.npm:github-com-mozilla-nunjucks:2.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-nunjucks/
implementation ("org.webjars.npm:github-com-mozilla-nunjucks:2.4.0")
'org.webjars.npm:github-com-mozilla-nunjucks:jar:2.4.0'
<dependency org="org.webjars.npm" name="github-com-mozilla-nunjucks" rev="2.4.0">
  <artifact name="github-com-mozilla-nunjucks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-mozilla-nunjucks', version='2.4.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-mozilla-nunjucks" % "2.4.0"
[org.webjars.npm/github-com-mozilla-nunjucks "2.4.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : asap jar [2.0.3,3)
org.webjars.npm : chokidar jar [1.0.0,2)
org.webjars.npm : yargs jar [3.32.0,4)

Project Modules

There are no modules declared in this project.

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.

Contributors

org.webjars.npm

Mozilla

This technology could fall into the right hands.

Versions

Version
2.4.0
1.3.0