Async Pug
This repository contains async implementation of Pug template engine.
Original synchronous calls to file system has been replaced by async versions.
It became possible to use database as source of pug-files.
Package
via npm:
$ npm install pug-async
API
{ var pug = ; // compile var fn = await pug; var html = ; // render var html = await pug; // renderFile var html = await pug; };
License
MIT