matrix-template:强大JavaScript模板引擎

时间:2021-04-06 23:30:05
【文件属性】:
文件名称:matrix-template:强大JavaScript模板引擎
文件大小:140KB
文件格式:ZIP
更新时间:2021-04-06 23:30:05
TypeScript 矩阵模板 强大JavaScript模板引擎 快速开始 安装matrix-template npm i matrix-template 在nodejs中使用它 const matrixTemplate = require('matrix-template'); console.log(matrixTemplate.process('hello ${this.name}', { name: 'zhangchi' })); //hello zhangchi 执照 张池(c)2013年至今
【文件预览】:
matrix-template-master
----.gitignore(104B)
----tsconfig.json(483B)
----README.md(403B)
----rollup.config.ts(1KB)
----test()
--------matrix-template.test.ts(277B)
----LICENSE(1KB)
----package.json(3KB)
----tslint.json(81B)
----CONTRIBUTING.md(936B)
----src()
--------matrix-template.ts(2KB)
----example()
--------helloWorld.js(129B)
----tools()
--------gh-pages-publish.ts(897B)
--------semantic-release-prepare.ts(1KB)
--------pub-npm.sh(110B)
----.travis.yml(563B)
----.editorconfig(211B)
----code-of-conduct.md(3KB)
----package-lock.json(586KB)

网友评论