#template #environment #render #env #variables #env-var #env-file

app env-template

使用环境变量渲染Handlebars模板文件

2 个版本

0.1.1 2021年5月1日
0.1.0 2021年5月1日

#576模板引擎

MIT/Apache

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