{"id":13508650,"url":"https://github.com/sivsushruth/mixgraph","last_synced_at":"2026-02-22T14:42:34.832Z","repository":{"id":57527743,"uuid":"55248847","full_name":"sivsushruth/mixgraph","owner":"sivsushruth","description":"An interactive dependency plotter for your Hex Package","archived":false,"fork":false,"pushed_at":"2016-04-02T04:57:43.000Z","size":2645,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T08:02:33.166Z","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/sivsushruth.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":"2016-04-01T17:05:27.000Z","updated_at":"2024-09-24T05:07:00.000Z","dependencies_parsed_at":"2022-09-26T18:11:51.218Z","dependency_job_id":null,"html_url":"https://github.com/sivsushruth/mixgraph","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/sivsushruth%2Fmixgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivsushruth%2Fmixgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivsushruth%2Fmixgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivsushruth%2Fmixgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivsushruth","download_url":"https://codeload.github.com/sivsushruth/mixgraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314011,"owners_count":20757450,"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-08-01T02:00:56.261Z","updated_at":"2025-10-21T15:10:22.303Z","avatar_url":"https://github.com/sivsushruth.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# Mixgraph\n\nCreate a dependency graph for any hex package published in hex.pm\n\nAs easy as `./mixgraph --package=addict`\n![Image of interactive graph for addict](http://i.imgur.com/cfrWRMO.png)\n\n### Installation and Usage\n\nView [the module](https://github.com/sivsushruth/mixgraph/blob/master/lib/mixgraph.ex) to see list of available function calls.\n\nSteps to generate using an escript:\n```\ngit clone https://github.com/sivsushruth/mixgraph\ncd mixgraph\nmix deps.get\nmix escript.build\n./mixgraph --package=\u003cpackage_name\u003e\n```\nYou can also do `Mixgraph.package_graph(\"\u003cpackage_name\u003e\")`\n```\nMixgraph.package_graph(\"addict\")\n```\n\n\nThe [package](https://hex.pm/packages/mixgraph) can also be installed as:\n\n  1. Add mixgraph to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:mixgraph, \"~\u003e 0.0.1\"}]\n        end\n\n  2. Ensure mixgraph is started before your application:\n\n        def application do\n          [applications: [:mixgraph]]\n        end\n        \n### TODO\n- [ ] Read dependencies from a local mix.exs\n- [ ] Improve ease of installation as a command line tool\n\n### Help\n* Clone repo and test the project\n* Submit bug reports\n* Provide suggestions for next release\n* Help with completing the TODO\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivsushruth%2Fmixgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivsushruth%2Fmixgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivsushruth%2Fmixgraph/lists"}