template-text:模板中的文字可用于所有用途

时间:2024-04-16 09:44:04
【文件属性】:

文件名称: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("