herrjulz / aviator

Merge YAML/JSON files in a in a convenient fashion based on a configuration file called aviator.yml
MIT License
60 stars 7 forks source link

support to write merge results to internal variables #4

Closed herrjulz closed 7 years ago

herrjulz commented 7 years ago

Currently, aviator only supports to write merge results to files. This causes cleanup work if you use temp files.

herrjulz commented 7 years ago

aviator supports to read from and write to an internal hashmap. This allows the user to not write temporary merged files. The syntax to write to an variable is {{var}}. (See README)