{"id":20800378,"url":"https://github.com/markl4yg/confort","last_synced_at":"2025-03-12T02:41:28.318Z","repository":{"id":34915828,"uuid":"188296914","full_name":"MarkL4YG/confort","owner":"MarkL4YG","description":"A Java configuration library based on ANTLR4 grammar. Designed to be easily expandable \u0026 simple.","archived":false,"fork":false,"pushed_at":"2023-03-20T04:07:50.000Z","size":371,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"bleeding","last_synced_at":"2025-01-18T12:26:46.827Z","etag":null,"topics":["antlr4","antlr4-java","configuration","hocon","java","json"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MarkL4YG.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T19:49:10.000Z","updated_at":"2023-02-06T18:41:26.000Z","dependencies_parsed_at":"2025-01-18T12:34:13.423Z","dependency_job_id":null,"html_url":"https://github.com/MarkL4YG/confort","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkL4YG%2Fconfort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkL4YG%2Fconfort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkL4YG%2Fconfort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkL4YG%2Fconfort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkL4YG","download_url":"https://codeload.github.com/MarkL4YG/confort/tar.gz/refs/heads/bleeding","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243147274,"owners_count":20243744,"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":["antlr4","antlr4-java","configuration","hocon","java","json"],"created_at":"2024-11-17T18:13:42.650Z","updated_at":"2025-03-12T02:41:28.310Z","avatar_url":"https://github.com/MarkL4YG.png","language":"Java","funding_links":["https://ko-fi.com/F1F0OL0V"],"categories":[],"sub_categories":[],"readme":"# Confort\n\n\u003e _Manage your configurations with comfort._\n\nA configuration library based on nodes, trees and parsers generated from [ANTLR Grammars](https://www.antlr.org/).  \n\n## Badges\n| License             | ![GitHub](https://img.shields.io/github/license/markl4yg/confort.svg) |  \n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------|  \n| BuddyCI (bleeding) | [![buddy pipeline](https://app.buddy.works/m-lessmann/confort/pipelines/pipeline/194465/badge.svg?token=22548d502f11240ea437ccc14a4348c352915b0cf82518920be9d2c98bdcb9dd \"buddy pipeline\")](https://app.buddy.works/m-lessmann/confort/pipelines/pipeline/194465) |  \n| BuddyCI (pre-release)  | [![buddy pipeline](https://app.buddy.works/m-lessmann/confort/pipelines/pipeline/194480/badge.svg?token=22548d502f11240ea437ccc14a4348c352915b0cf82518920be9d2c98bdcb9dd \"buddy pipeline\")](https://app.buddy.works/m-lessmann/confort/pipelines/pipeline/194480) |  \n| Snyk Security Check | [![Known Vulnerabilities](https://snyk.io/test/github/markl4yg/confort/badge.svg)](https://snyk.io/test/github/markl4yg/confort) |  \n| License-Scan        | [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMarkL4YG%2Fconfort.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FMarkL4YG%2Fconfort?ref=badge_shield)|  \n\n\n## Description\nThis library makes configuration easy by completely hiding away format specifications, loading and saving from its users.  \nRegistered loaders allow easy retrieval of the loader of the right format.\n(E.g. ``LoaderRegistry.getLoader(\"application/json\")``).  \n  \nAdditionally, there are utility classes to hide away the type of storage. So no matter, where the configuration is actually loaded from, the calls will be the same.\n  \nLoaders can (but don't have to) be based on ANTLR grammars which are freely available [in the public repository](https://github.com/antlr/grammars-v4).  \nGrammar for your format is not there? Don't give up! Writing ANTLR grammar is easy to learn.  \n\n## Links\n\n* Documentation: https://github.com/MarkL4YG/confort/wiki\n* Issues: https://github.com/MarkL4YG/confort/issues\n* Contact:  \n  * [github@m-lessmann.de](mailto:github@m-lessmann.de)  \n  * [ts.fearnixx.de](ts3server://ts.fearnixx.de)  \n  * [Jeak-Framework Discord](https://discord.gg/DPYR5aB)\n  \n---\n  \n#### Buy me a coffe:\nIf you would like to thank me for my work, please consider donating a drink :)  \n\n[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/F1F0OL0V)\n\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMarkL4YG%2Fconfort.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FMarkL4YG%2Fconfort?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkl4yg%2Fconfort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkl4yg%2Fconfort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkl4yg%2Fconfort/lists"}