Closed slavus closed 12 years ago
I will be happy to add YAML format. Just a few questions to understand more precisely what you are looking for:
The less features you ask, the soonest I may do the job ;-)
I have enough time to work on the YAML format for Configrity and I hope to finish it before Christmas. I will use SnakeYAML for the actual YAML parsing.
As I want Configrity to remain without external dependencies, I chose a modular architecture. You can have a look at the work in progress, in branch modular
. The YAML plugin is in the modules/yaml
directory. Of course, you can contribute...
It looks good. I like modular design, it is good that you don't introduce external dependencies if you don't want to use yaml. Thanx
I commited the YAML module to the v0.10.0. See: https://github.com/paradigmatic/Configrity/wiki/YAML for usage.
Please add support for YAML as configuration Format.