2 个版本
0.1.1 | 2021年5月1日 |
---|---|
0.1.0 | 2021年5月1日 |
#576 在 模板引擎 中
10KB
115 行
此实用程序从.env文件中的值渲染Handlebars风格的模板文件,可选地包括环境中的值。
USAGE:
env-template [FLAGS] [OPTIONS] <file>
FLAGS:
-a, --all Expose the entire environment to the template, not just the .env contents
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-v, --vars <vars> Load the variables from this file instead of .env
ARGS:
<file> The template to render
依赖项
~6.5MB
~119K SLoC