{"id":29583640,"url":"https://github.com/bardia-key/usrconfig","last_synced_at":"2026-06-19T16:32:23.182Z","repository":{"id":57537721,"uuid":"286123429","full_name":"bardia-key/usrconfig","owner":"bardia-key","description":"simple platform independent config file management","archived":false,"fork":false,"pushed_at":"2020-10-17T22:04:35.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T16:52:11.031Z","etag":null,"topics":["configuration-files","configuration-management","user-configuration","userconfig","usrconfig"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bardia-key.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}},"created_at":"2020-08-08T21:41:43.000Z","updated_at":"2020-10-17T22:04:37.000Z","dependencies_parsed_at":"2022-09-07T17:34:59.884Z","dependency_job_id":null,"html_url":"https://github.com/bardia-key/usrconfig","commit_stats":null,"previous_names":["qeubar/appconfig","bardia-key/usrconfig"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bardia-key/usrconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bardia-key%2Fusrconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bardia-key%2Fusrconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bardia-key%2Fusrconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bardia-key%2Fusrconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bardia-key","download_url":"https://codeload.github.com/bardia-key/usrconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bardia-key%2Fusrconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34539726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["configuration-files","configuration-management","user-configuration","userconfig","usrconfig"],"created_at":"2025-07-19T23:14:19.140Z","updated_at":"2026-06-19T16:32:23.158Z","avatar_url":"https://github.com/bardia-key.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# usrconfig\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/qeubar/usrconfig?tab=doc)](https://pkg.go.dev/github.com/qeubar/usrconfig?tab=doc)\n[![Build Status](https://travis-ci.com/qeubar/usrconfig.svg?branch=master)](https://travis-ci.com/qeubar/usrconfig)\n[![Go Report Card](https://goreportcard.com/badge/github.com/qeubar/usrconfig)](https://goreportcard.com/report/github.com/qeubar/usrconfig)\n[![codecov](https://codecov.io/gh/qeubar/usrconfig/branch/master/graph/badge.svg)](https://codecov.io/gh/qeubar/usrconfig)\n\nusrconfig is a very simple platform independent user config management.\n\n## Usage\n\n```go\n\nimport \"github.com/quebar/usrconfig\"\n\ntype MyConfig struct {\n    Name  string `yaml:\"user_name\"`\n    Email string `yaml:\"user_email\"`\n}\n\nconf := MyConfig{\n    Name: \"QeuBar\",\n    Email: \"que@bar.com\",\n}\n\nusrconfig.Update(conf, \"my-app\")\n```\n\n### Supported platforms\nusrconfig is built to work on any platform that supports Go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbardia-key%2Fusrconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbardia-key%2Fusrconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbardia-key%2Fusrconfig/lists"}