@fp8/yaml-templater
v0.1.0
Published
Yaml Templater
Downloads
1
Readme
yaml-templater
Usage: yaml-templater [--apply-array] [--data data.yaml] <main yaml> <yaml templates>
## Install
yarn add -D @farport/yaml-templater
This should create a .bin/yaml-templater
executable in your node_modules
.
## Test Run
To do a test run, do:
# Show Help
yarn cli --help
# The result should be test/data/config-merged.yaml
FP8PROJKEY=TKuNFwIosI yarn cli --data test/data/data.yaml test/data/config-a.yaml test/data/config-b.template.yaml