{"id":16544527,"url":"https://github.com/msoedov/mix-install","last_synced_at":"2025-03-04T07:15:19.435Z","repository":{"id":74829945,"uuid":"51256138","full_name":"msoedov/mix-install","owner":"msoedov","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-07T17:14:26.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T11:17:25.207Z","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/msoedov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-07T17:06:18.000Z","updated_at":"2018-07-22T20:04:06.000Z","dependencies_parsed_at":"2023-04-28T16:55:01.678Z","dependency_job_id":null,"html_url":"https://github.com/msoedov/mix-install","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/msoedov%2Fmix-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fmix-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fmix-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fmix-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msoedov","download_url":"https://codeload.github.com/msoedov/mix-install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801255,"owners_count":20022390,"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-10-11T19:03:06.542Z","updated_at":"2025-03-04T07:15:19.416Z","avatar_url":"https://github.com/msoedov.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MixInstall (Beta) [![Build Status](https://travis-ci.org/msoedov/mix-install.svg?branch=master)](https://travis-ci.org/msoedov/mix-install)\n\n\nAn alternative way of adding dependencies to your Elixir project with mix (Similar to gem/pip install for dev environment)\n\nUsage\n-----\n\n```Shell\nmix install ecto\n```\n\n```Shell\nmix install poolboy plug\n```\n\nOnly for `:dev` and `:test` environment\n```Shell\nmix install mix_test_watch --test --dev\n\n# or\n\nmix install mix_test_watch -t -d\n```\n\nInstall task will update `:deps` in mix.exs file to\n```Elixir\ndefp deps do\n  [\n    {:ecto, \"~\u003e 1.1.3\", },\n    {:poolboy, \"~\u003e 1.5.1\", },\n    {:plug, \"~\u003e 1.1.0\", },\n    {:mix_test_watch, \"~\u003e 0.2.5\", only: ~w(dev test)a},\n  ]\nend\n```\n\n## Installation\n\nTBD\n\n## Todos\n\n\n## Should I use it?\n\nThis tooling may be not an `idiomatic` way for Elixir and opposite to good practices I'm not sure about it. Please open an issue or notify me if you see code that smells bad.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fmix-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsoedov%2Fmix-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fmix-install/lists"}