microtemplate2
v2.0.3
Published
micro template
Readme
microtemplate2
micro template engine
Installment
$ npm i microtemplate2 -gOptions
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)
