These benefits are realized by consolidating configuration information into a single view and providing an extensible set of building blocks for collection classes (singleton, custom implementations, etc.)
Wiggly fits perfectly into automated build processes. Especially those having continuous builds, unit tests, and especially when there are automated integration and regression tests. Wiggly even includes custom MSBuild tasks to quickly integrate itself with your build process.
Sometimes a picture is worth a thousand words. This scenario isn't uncommon:

This diagram is attempting to show how many components of a system use the same configuration properties, but sometimes the names differ, or it's in a different location, or stored differently. Time is wasted tracking down an issue because someone forgot to update one or more files.
Conceptually, this is how Wiggly solves these problems:

The architecture is fairly straightforward:

Here's sample code showing how to create collectors, adapters, transforms, and display properties:
