Project

schrank

0.0
No commit activity in last 3 years
No release in over 3 years
A simple tool that helps you to load YAML config files, with specifics to help you in development mode.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3
~> 0.8

Runtime

 Project Readme

 Schrank

A simple YAML config file loader.

Build Docs Gem

Usage

require 'schrank'

Load your config, providing defaults.

config = Schrank.load(Rails.root.join('config/production.yml')) do
  {
    provider: 's3',
    prefix: 'folder/'
  }
end

See the docs for more details.

License

MIT.

Contribution

Contributions welcome! Create a pull request and we'll get back to you as soon as possible. Open an issue to discuss anything big.

This project has a code of conduct, found in the root of this repo. Please read it before contributing.