{"id":13562479,"url":"https://github.com/massivefermion/enux","last_synced_at":"2025-04-10T11:25:06.648Z","repository":{"id":57495329,"uuid":"376506973","full_name":"massivefermion/enux","owner":"massivefermion","description":"utility package for loading, validating and documenting your app's configuration variables from env, json, jsonc and toml files at runtime and injecting them into your environment","archived":false,"fork":false,"pushed_at":"2024-12-04T12:26:22.000Z","size":201,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T10:11:57.029Z","etag":null,"topics":["configuration","elixir","elixir-lang","env","environment","json","jsonc","runtime","toml"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/enux","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massivefermion.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-13T10:11:03.000Z","updated_at":"2024-12-04T12:26:26.000Z","dependencies_parsed_at":"2024-05-01T16:19:37.727Z","dependency_job_id":"ef350d01-bee4-4152-8877-71f8464813ff","html_url":"https://github.com/massivefermion/enux","commit_stats":{"total_commits":79,"total_committers":1,"mean_commits":79.0,"dds":0.0,"last_synced_commit":"62321407802d04dceea4f42c34f622fad83d41b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fenux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fenux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fenux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massivefermion%2Fenux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massivefermion","download_url":"https://codeload.github.com/massivefermion/enux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208613,"owners_count":21065203,"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":["configuration","elixir","elixir-lang","env","environment","json","jsonc","runtime","toml"],"created_at":"2024-08-01T13:01:09.077Z","updated_at":"2025-04-10T11:25:06.626Z","avatar_url":"https://github.com/massivefermion.png","language":"Elixir","funding_links":[],"categories":["Configuration"],"sub_categories":[],"readme":"# Enux\n\nutility package for loading, validating and documenting your app's configuration variables from env, json, jsonc and toml files at runtime and injecting them into your environment\n\n## Installation\n\nThe package can be installed by adding `enux` to your list of dependencies in `mix.exs`:\n\n```elixir\ndefp deps do\n  [\n    {:enux, \"~\u003e 1.5\"},\n\n    # if you want to load `.jsonc` files, you should have this\n    # you can also use this for `.json` files\n    {:jsonc, \"~\u003e 0.9\"},\n\n    # if you want to load `.json` files, you should have either this\n    {:euneus, \"~\u003e 1.2\"}\n    # or this\n    {:jason, \"~\u003e 1.4\"}\n    # or this\n    {:jaxon, \"~\u003e 2.0\"}\n    # or this\n    {:json, \"~\u003e 1.4\"}\n    # or this\n    {:jsone, \"~\u003e 1.8\"}\n    # or this\n    {:jsonrs, \"~\u003e 0.3\"}\n    # or this\n    {:poison, \"~\u003e 5.0\"}\n    # or this\n    {:thoas, \"~\u003e 1.2\"}\n\n\n    # if you want to load `.toml` files, you should have either this\n    {:tomerl, \"~\u003e 0.5\"}\n    # or this\n    {:toml, \"~\u003e 0.7\"}\n  ]\nend\n```\n\nDocumentation can be found at [https://hexdocs.pm/enux](https://hexdocs.pm/enux).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Fenux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassivefermion%2Fenux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassivefermion%2Fenux/lists"}