{"id":16885446,"url":"https://github.com/matthewmueller/store","last_synced_at":"2025-08-12T09:03:14.585Z","repository":{"id":66124472,"uuid":"80701908","full_name":"matthewmueller/store","owner":"matthewmueller","description":"Simple configuration storage for your CLIs. Places configuration in the right place depending on your OS.","archived":false,"fork":false,"pushed_at":"2017-11-30T15:04:29.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T05:46:00.366Z","etag":null,"topics":["cli","config","golang","simple"],"latest_commit_sha":null,"homepage":"","language":"Go","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/matthewmueller.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}},"created_at":"2017-02-02T07:09:11.000Z","updated_at":"2019-02-27T12:43:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a2dcfd6-3fc7-4d4a-a373-7791fd5d81f9","html_url":"https://github.com/matthewmueller/store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matthewmueller/store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewmueller","download_url":"https://codeload.github.com/matthewmueller/store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewmueller%2Fstore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270032623,"owners_count":24515322,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":["cli","config","golang","simple"],"created_at":"2024-10-13T16:35:22.998Z","updated_at":"2025-08-12T09:03:14.578Z","avatar_url":"https://github.com/matthewmueller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Store\n\nSimple configuration storage for your CLIs. Places configuration in the right place depending on your OS.\n\n## Example\n\n```go\ndb, err := store.New(\"app\")\ndefer db.Close()\n\nerr = db.Put(\"user\", \"matt\")\n\nvar v string\nerr = db.Get(\"user\", \u0026v)\nfmt.Println(\"got\", v)\n```\n\n## Installation\n\n```\ngo get -u github.com/matthewmueller/store\n```\n\n## Thanks\n\n- [env-paths](https://github.com/sindresorhus/env-paths): all the research into where to place configuration files depending on your OS was done here.\n- [skv](https://github.com/rapidloop/skv): this package simplified the storage piece a lot.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewmueller%2Fstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewmueller%2Fstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewmueller%2Fstore/lists"}