conf
A very simple and minimal configuration file parser
It builds on top of the Crystal TOML parser
Installation
-
Add the dependency to your
shard.yml
:dependencies: conf: github: data-niklas/conf
-
Run
shards install
Usage
require "conf"
Just look at the source code.
Seriously! There are just about ~60 lines of code (without the spaces inbetween)
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/data-niklas/conf/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Niklas Loeser - creator and maintainer