2.0.4 • Published 1 year ago

microtemplate v2.0.4

Weekly downloads
263
License
MIT
Repository
github
Last release
1 year ago

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

xudafengsnapre

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

License

The MIT License (MIT)