{"id":27110840,"url":"https://github.com/zeyso/configmanager","last_synced_at":"2026-05-10T03:06:26.765Z","repository":{"id":283985081,"uuid":"949969826","full_name":"Zeyso/ConfigManager","owner":"Zeyso","description":"Simple ConfigManager for Json and Yaml Configs","archived":false,"fork":false,"pushed_at":"2025-04-28T09:35:34.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T03:05:50.801Z","etag":null,"topics":["json","yaml"],"latest_commit_sha":null,"homepage":"https://zeyso.xyz","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zeyso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-17T12:30:48.000Z","updated_at":"2025-06-03T17:17:14.000Z","dependencies_parsed_at":"2025-03-23T14:24:08.430Z","dependency_job_id":"3a5f225f-1e43-447c-8368-fc2c957745e5","html_url":"https://github.com/Zeyso/ConfigManager","commit_stats":null,"previous_names":["zeyso/configmanager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Zeyso/ConfigManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyso%2FConfigManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyso%2FConfigManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyso%2FConfigManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyso%2FConfigManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeyso","download_url":"https://codeload.github.com/Zeyso/ConfigManager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeyso%2FConfigManager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260868885,"owners_count":23074960,"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":["json","yaml"],"created_at":"2025-04-07T00:40:48.810Z","updated_at":"2026-05-10T03:06:26.742Z","avatar_url":"https://github.com/Zeyso.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConfigManager\n\n## Table of Contents\n - [MavenSetup](#Maven)\n - [JsonExamples](#JsonExamples)\n - [YmlExamples](#YmlExamples)\n\n## Maven\n       \n    \u003crepositories\u003e\n        \u003c!-- Custom Configmanager Repository --\u003e\n        \u003crepository\u003e\n            \u003cid\u003exyz.zeyso\u003c/id\u003e\n            \u003curl\u003ehttps://repo.zeyso.xyz/repo/\u003c/url\u003e\n        \u003c/repository\u003e\n\n    \u003c/repositories\u003e\n    \u003cdependencies\u003e\n        \u003c!-- Custom Configmanager Dependency --\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003exyz.zeyso\u003c/groupId\u003e\n            \u003cartifactId\u003econfigmanager\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0\u003c/version\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\n## JsonExamples\n\n### Example for creating Json File\n        JsonManager jsonManager = new JsonManager(\"test\");\n        jsonManager.createFile();\n\n### Example for creating Json File with directory\n        jsonManager.createFile(\"file\", \"directory\");\n### Example for deleting Json Files\n        jsonManager.deleteFile();\n### Example for reading Json Files value\n        jsonManager.readLine(\"key\")\n### Example for adding Json Files value\n        jsonManager.writeLine(\"key\", \"value\");\n### Example for adding Json Files Values\n        String [] keys = {\"value1\", \"value2\", \"value3\"};\n        jsonManager.writeLine(\"test\", keys);\n### Example for updating Json Files value\n        jsonManager.updateValue(\"key\", \"value\");\n### Example for deleting Json Files line\n        jsonManager.deleteLine(\"key\");\n### Example for deleting Json Files value\n        jsonManager.deleteValue(\"key\");\n        \n## YmlExamples\n### Example for creating YML File\n        YmlManager ymlManager = new YmlManager(\"test\");\n        ymlManager.createFile();\n\n### Example for creating YML File with directory\n        ymlManager.createFile(\"file\", \"directory\");\n### Example for deleting YML File\n        ymlManager.deleteFile();\n### Example for reading YML Files value\n        ymlManager.readLine(\"key\")\n### Example for adding YML Files value\n        ymlManager.writeLine(\"key\", \"value\");\n### Example for updating YML Files value\n        ymlManager.updateValue(\"key\", \"value\");\n### Example for deleting YML Files line\n        ymlManager.updateValue(\"key\");\n### Example for deleting YML Files value\n        ymlManager.updateValue(\"key\");\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyso%2Fconfigmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeyso%2Fconfigmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyso%2Fconfigmanager/lists"}