{"id":13740547,"url":"https://github.com/lpil/envoy","last_synced_at":"2026-01-02T16:42:11.367Z","repository":{"id":213690043,"uuid":"734719767","full_name":"lpil/envoy","owner":"lpil","description":"📂 A zero dependency cross platform Gleam package for reading environment variables","archived":false,"fork":false,"pushed_at":"2024-10-24T10:22:46.000Z","size":5,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T05:41:54.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-22T12:31:29.000Z","updated_at":"2024-12-06T01:21:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"083ecf23-99f8-43f6-b5db-1ad07c079246","html_url":"https://github.com/lpil/envoy","commit_stats":null,"previous_names":["lpil/envoy"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fenvoy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fenvoy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fenvoy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fenvoy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/envoy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753991,"owners_count":20342537,"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-08-03T04:00:49.458Z","updated_at":"2026-01-02T16:42:11.341Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages","Gleam"],"sub_categories":["Configuration"],"readme":"# envoy\n\nA zero dependency cross platform Gleam package for reading environment variables.\n\n[![Package Version](https://img.shields.io/hexpm/v/envoy)](https://hex.pm/packages/envoy)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/envoy/)\n\n```sh\ngleam add envoy\n```\n\n```gleam\nimport envoy\n\npub fn main() {\n  // Get an environment variable\n  envoy.get(\"PORT\")\n\n  // Set an environment variable\n  envoy.set(\"PORT\", \"8080\")\n\n  // Unset an environment variable\n  envoy.unset(\"PORT\")\n\n  // Get all environment variables\n  envoy.all()\n}\n```\n\nThat's pretty much it, but documentation can be found at\n\u003chttps://hexdocs.pm/envoy\u003e.\n\n(OK I lied, it has one dep. The standard library so we can use `Dict` for `all`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fenvoy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fenvoy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fenvoy/lists"}