2.0.1 • Published 6 years ago
@emitty/language-pug v2.0.1
@emitty/language-pug
A Pug language support for @emitty.
Install
npm install @emitty/language-pug
Usage
const emitty = require('@emitty/core').configure();
emitty.language({
extensions: ['.pug', '.jade'],
parser: require('@emitty/language-pug').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.