nunjucks

v3.2.4
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
template templating

build:transpile

babel nunjucks --out-dir .

build:bundle

node scripts/bundle.js

build

npm run build:transpile && npm run build:bundle

codecov

codecov

mocha

mocha -R spec tests

lint

eslint nunjucks scripts tests

prepare

npm run build

test:instrument

cross-env NODE_ENV=test scripts/bundle.js

test:runner

cross-env NODE_ENV=test NODE_PATH=tests/test-node-pkgs scripts/testrunner.js

test

npm run lint && npm run test:instrument && npm run test:runner
npm i nunjucks

Metadata

Downloads