0.5.8 • Published 4 months ago

env-reify v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Reify

Quick start

Install using npm:

npm i --save-dev env-reify

Or yarn:

yarn add -D env-reify

Write a template:

{
  "host": "{{hostname}}",
  "features": {
    "showBetaBadge": "{{showBetaBadge}}",
    "onlyBetaUsers": "{{onlyBetaUsers}}"
  }
}

Write a configuration file:

[[mounts]]
source = "templates/environment.json"
destination = "out/environment.json"
processor = "handlebars"

Add custom script in your package.json

{
  "scripts": {
    "reify": "env-reify -c reify.toml -e dev"
  }
}
0.5.8

4 months ago

0.5.7

4 months ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago