microtemplate

micro template

MIT 13 个版本
安装
npm install microtemplate
yarn add microtemplate
pnpm add microtemplate
bun add microtemplate
README

microtemplate

NPM version CI Test coverage node version npm download

micro template engine

Installment

$ npm i microtemplate -g

Options

const Render = require('microtemplate').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)

版本列表
2.0.4 2023-02-13
2.0.1 2018-08-18
2.0.0 2018-08-18
1.0.2 2017-08-21
1.0.1 2017-08-21
1.0.0 2017-08-21
0.1.5 2015-11-11
0.1.4 2014-10-07
0.1.2 2014-10-06
0.1.0 2014-10-06
0.0.3 2014-06-20
0.0.2 2014-06-02
0.0.1 2014-06-02