2.0.2 • Published 5 years ago

@emitty/language-nunjucks v2.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@emitty/language-nunjucks

A Nunjucks language support for @emitty.

Install

npm install @emitty/language-nunjucks

Usage

const emitty = require('@emitty/core').configure();

emitty.language({
    extensions: ['.njk', '.html'],
    parser: require('@emitty/language-nunjucks').parse
});

Supported keywords

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.

2.0.2

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago