{"id":23284212,"url":"https://github.com/agilecreativity/easy-config","last_synced_at":"2025-04-06T15:15:16.987Z","repository":{"id":62432529,"uuid":"64447700","full_name":"agilecreativity/easy-config","owner":"agilecreativity","description":"easy-config by agilecreativity","archived":false,"fork":false,"pushed_at":"2016-07-30T04:17:07.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:01:57.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/agilecreativity/easy-config","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agilecreativity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-29T03:34:59.000Z","updated_at":"2016-07-29T04:02:05.000Z","dependencies_parsed_at":"2022-11-01T21:01:03.295Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/easy-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Feasy-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Feasy-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Feasy-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Feasy-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/easy-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500476,"owners_count":20948880,"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-12-20T01:38:43.647Z","updated_at":"2025-04-06T15:15:16.969Z","avatar_url":"https://github.com/agilecreativity.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-config\n\n[![Clojars Project](https://img.shields.io/clojars/v/easy-config.svg)](https://clojars.org/easy-config)\n[![Dependencies Status](https://jarkeeper.com/agilecreativity/easy-config/status.svg)](https://jarkeeper.com/agilecreativity/easy-config)\n\nA Clojure library designed to load simple config in the edn format.\n\n## Usage\n\n- Leiningen\n\n```\n[easy-config \"0.1.2\"]\n```\n### Example Usage:\n\n```clojure\n;; To load all config\n(all-config \"./sample-config.edn\")\n\n;; To load the first matching config having a given config-id\n(load-config \"~/Dropbox/sample-config.edn\" \"github\")\n```\n\n### Sample config file in edn format\n\nSee [official edn format documentation](https://github.com/edn-format/edn) for detail.\n\n```clojure\n[{:id \"github\"\n  :site-url \"https://github.com/login\"\n  :username \"awesome_dev\"\n  :password \"SECRET-PASSWORD\"}\n  :nested-item {:some-key 123, :other-key \"abc\"}}\n {:id \"github-work\"\n  :site-url \"https://github.com/login\"\n  :username \"awesome-coder\"\n  :password \"EVENT-MORE-SECRET\"}]\n```\n\n## License\n\nCopyright © 2016 Burin Choomnuan\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Feasy-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Feasy-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Feasy-config/lists"}