@acheronfail/templater.js 中文文档教程
@acheronfail/templater.js
这是一个超级简单的模板工具。
它直接遍历给定,并替换所有 %{VAR_NAME}
样式插值 使用来自环境的变量(例如,%{VAR_NAME}
将被替换 使用环境中的任何 VAR_NAME
)。
@acheronfail/templater.js
This is a super simple templating tool.
It walks the given directly, and replaces all %{VAR_NAME}
style interpolations with variables from the environment (for example, %{VAR_NAME}
would be replaced with whatever VAR_NAME
is in the environment).