{"id":22750388,"url":"https://github.com/ruby2elixir/system_env_loader","last_synced_at":"2025-07-24T10:02:15.563Z","repository":{"id":57555432,"uuid":"54980782","full_name":"ruby2elixir/system_env_loader","owner":"ruby2elixir","description":"A little package to load (bashlike) files with exported ENV variables into Elixir runtime","archived":false,"fork":false,"pushed_at":"2016-03-29T14:11:40.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T20:53:29.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/ruby2elixir.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}},"created_at":"2016-03-29T14:05:26.000Z","updated_at":"2016-05-26T19:53:56.000Z","dependencies_parsed_at":"2022-09-14T11:00:23.054Z","dependency_job_id":null,"html_url":"https://github.com/ruby2elixir/system_env_loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Fsystem_env_loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Fsystem_env_loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Fsystem_env_loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby2elixir%2Fsystem_env_loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby2elixir","download_url":"https://codeload.github.com/ruby2elixir/system_env_loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246283065,"owners_count":20752502,"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-12-11T04:14:39.448Z","updated_at":"2025-03-30T06:23:05.160Z","avatar_url":"https://github.com/ruby2elixir.png","language":"Elixir","readme":"# SystemEnvLoader\n\nA little package to load (bashlike) files with exported ENV variables into Elixir runtime.\n\n```bash\nexport SECRET_KEY_BASE=\"\"\nexport DATABASE_USERNAME=\"\"\nexport DATABASE_PASSWORD=\"pass\"\nexport DATABASE_NAME=\"db_name\"\nexport DATABASE_SERVER=\"db-host.example.com\"\nexport API_SIGN_SECRET=\"XXX\"\n```\ninto your Elixir Environment.\n\nWorks currently just with by naively parsing the file without further evaluation (so `B=$A`) wont work.\n\n\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add system_env_loader to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:system_env_loader, \"~\u003e 0.1.0\"}]\n        end\n\n\n## Usage\n\n```elixir\nSystemEnvLoader.load(\"config/.env\")\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby2elixir%2Fsystem_env_loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby2elixir%2Fsystem_env_loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby2elixir%2Fsystem_env_loader/lists"}