microtemplate2

2.0.3 • Public • Published

microtemplate2

NPM version CI Test coverage node version npm download

micro template engine

Installment

$ npm i microtemplate2 -g

Options

const Render = require('microtemplate2').render;
const output = Render('<#key#>', {
  key: 'value'
}, {
  tagOpen: '<#',
  tagClose: '#>'
});

Contributors


xudafeng


snapre

This project follows the git-contributor spec, auto updated at Fri Feb 03 2023 19:58:31 GMT+0800.

License

The MIT License (MIT)

/microtemplate2/

    Package Sidebar

    Install

    npm i microtemplate2

    Weekly Downloads

    519

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    6.67 kB

    Total Files

    5

    Last publish

    Collaborators

    • zhuyali
    • snapre