nxo_template:erlydtl的帮助程序库(Erlang中的DTL)

时间:2024-05-04 18:10:52
【文件属性】:

文件名称:nxo_template:erlydtl的帮助程序库(Erlang中的DTL)

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-04 18:10:52

Erlang

nxo_template 一个有助于管理erlyDTL模板的库。 该功能微不足道,但累累于每个项目。 配置 [{ nxo_template , [{ path , [{ priv_dir , myapp , " dtl " }, { path , " /tmp/dtl " }] }] }]. 提供两个路径指定选项。 {priv_dir, appname, "subdirectory"}指定相对于所提供应用程序的priv_dir的子目录; {path, "/some/file/path"}指定标准路径。 用法 nxo_template:compile_all()编译在已配置路径中找到的所有*.dtl文件。 请注意,将按照指定的顺序查询路径:以后目录中名称相似的文件将覆盖以前目录中的文件。 nxo_template:render(Temp


【文件预览】:
nxo_template-main
----rebar.lock(173B)
----rebar.config(99B)
----LICENSE(1KB)
----src()
--------nxo_template.erl(3KB)
--------nxo_template.app.src(241B)
----.gitignore(137B)
----README.md(1007B)

网友评论