renegare/configen

There is no license information available for the latest version (dev-master) of this package.

Helpful tool to render a file containing mustache tags using environment variables as data (e.g configuration template)

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

This package is not auto-updated.

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


README

Helpful tool to render a file containing mustache tags using environment variables as data (e.g configuration template).

You can inject environment variables to be used in the templates.

Example

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

Installation

$ composer global require renegare/configen:dev-master