文件名称:bash-template-engine:用于 bash 的简单模板引擎
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-02 17:53:44
Shell
Bash 模板引擎 用于 bash 的简单模板引擎 非常简单的模板引擎 用法 export grove_id= " 001 " # USER is a global variable that will be transposed to your current user name ./tmpl.sh " Hello {{USER}}, Your Grove id is {{grove_id}} " # transposes to : # ./tmpl.sh "Hello ferron, Your Grove id is 001"
【文件预览】:
bash-template-engine-master
----tmpl.sh(2KB)
----LICENSE(1KB)
----README.md(361B)
----.gitignore(57B)