{"id":15491371,"url":"https://github.com/beerose/analyze_elixir","last_synced_at":"2026-06-01T04:31:34.998Z","repository":{"id":57478874,"uuid":"101439807","full_name":"beerose/analyze_elixir","owner":"beerose","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-27T15:05:25.000Z","size":39,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T16:15:04.734Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beerose.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":"2017-08-25T20:27:51.000Z","updated_at":"2017-08-25T20:28:36.000Z","dependencies_parsed_at":"2022-09-17T04:42:37.771Z","dependency_job_id":null,"html_url":"https://github.com/beerose/analyze_elixir","commit_stats":null,"previous_names":["blackdahila/analyze_elixir"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beerose/analyze_elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Fanalyze_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Fanalyze_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Fanalyze_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Fanalyze_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beerose","download_url":"https://codeload.github.com/beerose/analyze_elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Fanalyze_elixir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33760645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-02T07:52:59.993Z","updated_at":"2026-06-01T04:31:34.979Z","avatar_url":"https://github.com/beerose.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnalyzeElixir\n\nAnalyzeElixir is a tool to gather informations about imports in elixir project.\nIt stores them in json files consistent with directories given as parameter in format:\n\n```\n{\n \"Module1\": {\n       \"path\": path\n       \"mentions\": [...]\n       \"statements\": [...]\n      }\n \"Module2\": {...\n      }\n}\n```\nWhere statements stand for explicit imports -- preceded with use | import | alias.\nMentions are any other modules used directly in current module.\n\n### Usage:\n```mix analyze_elixir [directories] [options]```\n     \n### Example:\n```mix analyze_elixir lib web /sth/sth_else```\n\n```mix analyze_elixir```\n\n### Options:\n  *  ```-only_local``` - exludes foreign modules\n        \n        \n## Installation\n\n(https://hex.pm/packages/analyze_elixir), the package can be installed\nby adding `analyze_elixir` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:analyze_elixir, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/analyze_elixir](https://hexdocs.pm/analyze_elixir).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeerose%2Fanalyze_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeerose%2Fanalyze_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeerose%2Fanalyze_elixir/lists"}