0.0.4 • Published 3 years ago

matrix-template v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

k-template

A powerful JavaScript template engine

Quick Start

npm i -g k-template
import kTemplate from 'k-template'

zTemplate.process('hello ${this.name}',{name:'zhangchi'}) //hello zhangchi
0.0.4

3 years ago