@emitty/language-nunjucks
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

@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.

/@emitty/language-nunjucks/

    Package Sidebar

    Install

    npm i @emitty/language-nunjucks

    Weekly Downloads

    4

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    3.8 kB

    Total Files

    5

    Last publish

    Collaborators

    • mrmlnc