estlif

2.0.0 • Public • Published

estlif

template engine based on ECMAscript template literals

Usage

import estlif from 'estlif';

// render template from file into string variable
const renderedTemplate = estlif(`${__dirname()}/path/to/template.estlif`, { data: 'hello world' });

Readme

Keywords

none

Package Sidebar

Install

npm i estlif

Weekly Downloads

4

Version

2.0.0

License

ISC

Unpacked Size

3.63 kB

Total Files

11

Last publish

Collaborators

  • idbolshakov