UNPKG

nunjucks

Version:

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

13 lines (12 loc) 153 B
language: node_js sudo: false node_js: - "8" - "6" - "4" install: - npm install - npm install codecov script: - npm test - npm run codecov