{"id":19078349,"url":"https://github.com/kickstarter/configs","last_synced_at":"2025-04-30T04:46:43.345Z","repository":{"id":3556966,"uuid":"4618162","full_name":"kickstarter/configs","owner":"kickstarter","description":"Ruby library for managing YAML config","archived":false,"fork":false,"pushed_at":"2023-09-28T12:42:36.000Z","size":41,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":128,"default_branch":"main","last_synced_at":"2025-04-30T04:46:37.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kickstarter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-06-10T20:38:03.000Z","updated_at":"2023-08-30T15:58:28.000Z","dependencies_parsed_at":"2022-07-28T21:19:05.926Z","dependency_job_id":"8676a3ee-9e49-42d4-8c54-67bd91655abe","html_url":"https://github.com/kickstarter/configs","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":"0.40909090909090906","last_synced_commit":"7a187d791eb0b6996210764ed60e0065adaddd65"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstarter%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstarter%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstarter%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickstarter%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kickstarter","download_url":"https://codeload.github.com/kickstarter/configs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251644826,"owners_count":21620630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T02:08:34.161Z","updated_at":"2025-04-30T04:46:43.325Z","avatar_url":"https://github.com/kickstarter.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configs\n\n[![Test and Release](https://github.com/kickstarter/configs/actions/workflows/test-release.yml/badge.svg)](https://github.com/kickstarter/configs/actions/workflows/test-release.yml)\n\nLoads and manages config/*.yml files.\n\nSearches through a few locations to find the right environment config:\n\n1. config/$name/$env.yml\n2. config/$name.yml (with $env key)\n3. config/$name/default.yml\n3. config/$name.yml (with 'default' key)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'configs'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install configs\n\n## Usage\n\nIf you have a `config/foo.yml`, then anywhere you need to read the file\nyou can use `Configs[:foo]` as a hash.\n\nExample:\n\n    # config/foo.yml\n    development:\n      hello: world\n\n    # Elsewhere (even in a config/initializer)\n    Configs[:foo][:hello]\n    =\u003e 'world'\n\nYou can include ERB in the YAML files:\n\n    # config/foo.yml\n    development:\n      database_password: \u003c%= ENV['DATABASE_PASSWORD'] %\u003e\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nCopyright 2014 Kickstarter, Inc\n\nReleased under an [MIT License](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickstarter%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickstarter%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickstarter%2Fconfigs/lists"}