Skip to content
Sergey Zwezdin edited this page Jun 18, 2016 · 14 revisions

In some cases you may want to transform configuration files during the build process. The most famous tool in this area is XDT. It allow to to make transformations for XML-based configuration.

The problem here is modern frameworks now using not only XML, but also JSON and other types of configuration files. In these cases you can't use XDT and config transformations could be a pain.

Magic Chunks is a library that wants to fill this gap. It allows you to transform different types of configuration files including XML, JSON and YAML.