Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 473 Bytes

tiny-tpl

CI npm npm

一个 零依赖 的 JavaScript 模板引擎,支持浏览器和 Node.js。

特性

  • 零依赖:基于 string template 实现,无需引入额外依赖。

安装

npm install tiny-tpl --save