文件名称:template-text:模板中的文字可用于所有用途
文件大小:13KB
文件格式:ZIP
更新时间:2024-04-16 09:44:04
JavaScript
模板文字 使用LiveScript语法从模板生成文本以用于所有目的。 使用eval因此应始终将其与拥有/审阅的template.file 。 用法 用npm安装: npm install --save template-text 命令名称和参数: tt -c config.file -o output.file template.file 您还可以要求将模块作为配置,以使用该模块中模板中的功能: tt -r some-module -o output.file template.file 原料药 通过template-text api以编程方式插值您的模板: tt = require("template-text") cfg = function() { return { ... }; } || { ... }; ret = tt(""
【文件预览】:
template-text-master
----bin()
--------index.js(38KB)
--------cli.js(2KB)
----package.json(614B)
----sample()
--------config.yaml(153B)
--------config.lson(159B)
--------config.ls(279B)
--------api.ngx(102B)
--------config.ngx(2KB)
--------sample.ls(185B)
--------config.json(209B)
----package-lock.json(20KB)
----src()
--------cli.ls(1KB)
--------index.ls(576B)
----.gitignore(40B)
----CHANGELOG.md(247B)
----README.md(2KB)
----build(208B)