lodash-template-cli:从命令行运行 lodash.template

时间:2024-07-02 18:08:31
【文件属性】:

文件名称:lodash-template-cli:从命令行运行 lodash.template

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-02 18:08:31

JavaScript

#lodash-template-cli 从命令行运行 lodash.template。 例如_template tpl.html -j data.json 安装 npm install -g twalker/lodash-template-cli 用法 Usage: _template [options] Options: -j, --json [file|url] JSON file or URL (required) -o, --out [file] Output file (optional) 例子 输入 tpl.html < html > version: ${version} is number 1: ${version === 1} </ html > 数据.json { "version" : 1 } 从终端:


【文件预览】:
lodash-template-cli-master
----.gitignore(25B)
----bin()
--------_template.js(1KB)
----test()
--------fixture.html(31B)
--------_template.js(1KB)
----package.json(850B)
----readme.md(859B)

网友评论