Nice and simple way to use YAML configs
I just released basic_config. The main purpose is not to have to use raw Hash for this. Hopefully it’ll help you manage your configuration better.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just released basic_config. The main purpose is not to have to use raw Hash for this. Hopefully it’ll help you manage your configuration better.
Comments
Great work. Was just looking to add a config option to my bookshop gem. Looking forward to adding this! Thanks for your work!
Hi guys, checkout konf gem, we have been using it for a while - https://github.com/GBH/konf
Post a comment