renegare/configen

该包的最新版本(dev-master)没有可用的许可证信息。

一个有用的工具,用于使用环境变量作为数据渲染包含mustache标签的文件(例如配置模板)。

dev-master 2014-12-07 17:17 UTC

This package is not auto-updated.

Last update: 2020-01-06 03:42:04 UTC


README

一个有用的工具,用于使用环境变量作为数据渲染包含mustache标签的文件(例如配置模板)。

您可以将环境变量注入到模板中。

示例

$ configen /path/to/file.mustache -e EXISTING_ENV -e CUSTOM_VAR=Something

安装

$ composer global require renegare/configen:dev-master