conf

conf

A very simple and minimal configuration file parser
It builds on top of the Crystal TOML parser

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      conf:
        github: data-niklas/conf
    
  2. 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

  1. Fork it (https://github.com/data-niklas/conf/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

conf

Owner
Statistic
  • 0
  • 0
  • 0
  • 1
  • 1
  • almost 4 years ago
  • April 24, 2020
License

MIT License

Links
Synced at

Sat, 27 Apr 2024 15:06:13 GMT

Languages