reify 0.5.8

Write configuration files from templates using env variables
Documentation
{
  "name": "env-reify",
  "version": "0.5.8",
  "description": "Write configuration files from templates using env variables",
  "keywords": [ "configuration", "generation", "env", "environment" ],
  "homepage": "https://github.com/dghilardi/reify",
  "repository": {
    "type": "git",
    "url": "https://github.com/dghilardi/reify.git"
  },
  "author": "Davide Ghilardi <dghila@d71.dev>",
  "main": "index.js",
  "license": "MIT",
  "bin": {
    "env-reify": "./bin/index.js"
  },
  "scripts": {
    "env-reify": "./bin/index.js"
  }
}