文件名称:mustache-cli:Go中Moustache模板引擎的命令行界面
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-27 00:28:32
command-line mustache mustache-cli Go
小胡子CLI 不 ,现在拥有自己的CLI包装器。 Go中胡子模板引擎的命令行界面。 基本上,是用于的简单CLI封装。 与YAML和JSON一起使用。 可以通过stdin传递数据,也可以通过选项将其作为文件名传递。 有关使用JSON,YAML和stdin的更深入的示例,请参见examples目录。 用法 mustache [] mustache 例子 # Basic template usage mustache data.json template.mustache # Pull variables from environment mustache ENV template.mustache # Pull variables from environment with overrides. Thi
【文件预览】:
mustache-cli-master
----.gitignore(328B)
----README.md(2KB)
----CHANGELOG.md(319B)
----examples()
--------run-example-stdin(212B)
--------README.md(496B)
--------template.mustache(227B)
--------run-example-json(206B)
--------template-override.mustache(258B)
--------run-example-yaml(206B)
--------data-source.yaml(321B)
--------run-example-override(297B)
--------data-source.json(365B)
--------data-source-override.json(26B)
----LICENSE(1KB)
----.goreleaser.yml(532B)
----go.mod(257B)
----mustache.go(3KB)
----go.sum(3KB)
----.travis.yml(131B)
----mustache_test.go(3KB)
----.editorconfig(166B)
----Makefile(346B)
----mustache_cli_suite_test.go(194B)