{"id":13509220,"url":"https://github.com/alco/mix-erlang-tasks","last_synced_at":"2026-03-05T06:31:27.349Z","repository":{"id":19940364,"uuid":"23207014","full_name":"alco/mix-erlang-tasks","owner":"alco","description":"Common tasks for Erlang projects that use Mix","archived":false,"fork":false,"pushed_at":"2018-06-27T12:54:17.000Z","size":210,"stargazers_count":21,"open_issues_count":8,"forks_count":13,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T16:35:10.870Z","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/alco.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}},"created_at":"2014-08-22T00:01:33.000Z","updated_at":"2025-03-05T12:14:15.000Z","dependencies_parsed_at":"2022-08-01T05:08:11.953Z","dependency_job_id":null,"html_url":"https://github.com/alco/mix-erlang-tasks","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alco/mix-erlang-tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alco%2Fmix-erlang-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alco%2Fmix-erlang-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alco%2Fmix-erlang-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alco%2Fmix-erlang-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alco","download_url":"https://codeload.github.com/alco/mix-erlang-tasks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alco%2Fmix-erlang-tasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30112226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-01T02:01:04.760Z","updated_at":"2026-03-05T06:31:27.326Z","avatar_url":"https://github.com/alco.png","language":"Elixir","funding_links":[],"categories":["Testing"],"sub_categories":[],"readme":"Erlang tasks for Mix\n====================\n\nThis project provides a few Mix tasks that make it more convenient to use Mix as a build tool and\npackage manager when developing applications in Erlang.\n\nMix automates and simplifies a lot of development tasks: adding and fetching dependencies,\ncompilation, running test suites, generating documentation from source code, etc. It integrates with\nHex to be able to push and fetch packages from https://hex.pm and it also supports custom tasks. A\nfew good examples of the latter would be [dialyze](http://github.com/fishcakez/dialyze) and\n[release](https://github.com/bitwalker/exrm).\n\nYou can get Mix by installing [Elixir](http://elixir-lang.org) or by downloading a standalone `mix`\nescript from https://hex.pm (see section `Using with Erlang`) and putting it in your `PATH`.\n\nOnce installed, create a new project for your Erlang application.\n\nChoose how you'd like to install the custom tasks:\n\n  1. As an archive:\n\n     ```\n     mix archive.install https://github.com/alco/mix-erlang-tasks/releases/download/v0.1.0/mix_erlang_tasks-0.1.0.ez\n     ```\n\n     This will make the custom tasks available to `mix` regardless of where it is invoked, just like\n     the builtin tasks are.\n\n  2. Add `mix_erlang_tasks` as a dependency to your project:\n\n     ```elixir\n     # in your mix.exs\n\n     defp deps do\n       [{:mix_erlang_tasks, \"0.1.0\"}]\n     end\n     ```\n\n     This will make the new tasks available only in the root directory of your Mix project.\n\nOnce installed, you'll have the following tasks available:\n\n```sh\n$ mix eunit          # run EUnit tests\n$ mix ct             # run Common Test suites\n$ mix edoc           # generate HTML documentation from the source\n```\n\nSee example project at https://github.com/alco/erlang-mix-project.\n\n## License\n\nThis software is licensed under [the MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falco%2Fmix-erlang-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falco%2Fmix-erlang-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falco%2Fmix-erlang-tasks/lists"}