{"id":16732426,"url":"https://github.com/sashman/mix_file_editor","last_synced_at":"2025-03-15T19:25:39.586Z","repository":{"id":141683786,"uuid":"141737127","full_name":"sashman/mix_file_editor","owner":"sashman","description":"I wish mix.exs was data","archived":false,"fork":false,"pushed_at":"2018-08-07T15:05:25.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T08:42:25.477Z","etag":null,"topics":["automation","dependencies","elixir"],"latest_commit_sha":null,"homepage":null,"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/sashman.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":"2018-07-20T16:57:07.000Z","updated_at":"2018-08-09T16:08:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"87a4d93c-9339-47c1-a0ef-38e28a952b05","html_url":"https://github.com/sashman/mix_file_editor","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/sashman%2Fmix_file_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashman%2Fmix_file_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashman%2Fmix_file_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashman%2Fmix_file_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sashman","download_url":"https://codeload.github.com/sashman/mix_file_editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779325,"owners_count":20346702,"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":["automation","dependencies","elixir"],"created_at":"2024-10-12T23:44:20.481Z","updated_at":"2025-03-15T19:25:39.565Z","avatar_url":"https://github.com/sashman.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mix_file_editor\n\nI wish mix.exs was data\n\n## Usage\n\nRead deps of a mix file, can also specify a glob pattern to read multiple `mix.exs` at once.\n\n```elixir\n    iex\u003e MixFileEditor.get_deps(\"path/to/mix.exs\")\n    %{\n      path: \"path/to/mix.exs\"\n      deps: %{\n        cowboy: %{value: {:cowboy, \"~\u003e 1.0\"}, version: \"~\u003e 1.0\"},\n        csv: %{value: {:csv, \"~\u003e 2.0.0\"}, version: \"~\u003e 2.0.0\"},\n        distillery: %{\n          value: {{:distillery, \"~\u003e 1.5\", [runtime: false]}, []},\n          version: \"~\u003e 1.5\"\n        },\n        ...\n      }\n    }\n\n    iex\u003e MixFileEditor.get_deps(\"path/**/mix.exs\")\n    [\n      %{\n        path: \"path/to/mix.exs\"\n        deps: %{\n          cowboy: %{value: {:cowboy, \"~\u003e 1.0\"}, version: \"~\u003e 1.0\"},\n          csv: %{value: {:csv, \"~\u003e 2.0.0\"}, version: \"~\u003e 2.0.0\"},\n          distillery: %{\n            value: {{:distillery, \"~\u003e 1.5\", [runtime: false]}, []},\n            version: \"~\u003e 1.5\"\n          },\n          ...\n        }\n      }\n    ...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsashman%2Fmix_file_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsashman%2Fmix_file_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsashman%2Fmix_file_editor/lists"}