{"id":15030128,"url":"https://github.com/dvdciri/daggraph","last_synced_at":"2025-05-16T01:06:11.041Z","repository":{"id":27421241,"uuid":"112190765","full_name":"dvdciri/daggraph","owner":"dvdciri","description":"Dagger dependency graph generator for Android Developers","archived":false,"fork":false,"pushed_at":"2023-01-03T20:58:08.000Z","size":2626,"stargazers_count":1145,"open_issues_count":13,"forks_count":59,"subscribers_count":29,"default_branch":"develop","last_synced_at":"2025-05-11T12:05:25.982Z","etag":null,"topics":["component","dagger","dagger2","dependency-injection","generate","graph","module"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dvdciri.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":"2017-11-27T11:59:02.000Z","updated_at":"2025-04-18T14:09:57.000Z","dependencies_parsed_at":"2023-01-14T06:42:38.189Z","dependency_job_id":null,"html_url":"https://github.com/dvdciri/daggraph","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvdciri%2Fdaggraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvdciri%2Fdaggraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvdciri%2Fdaggraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvdciri%2Fdaggraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvdciri","download_url":"https://codeload.github.com/dvdciri/daggraph/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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":["component","dagger","dagger2","dependency-injection","generate","graph","module"],"created_at":"2024-09-24T20:12:31.500Z","updated_at":"2025-05-16T01:06:06.017Z","avatar_url":"https://github.com/dvdciri.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/dvdciri/daggraph\" target=\"_blank\"\u003e\u003cimg width=\"200\"src=\"img/icon.png\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eDaggraph\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"http://square.github.io/dagger/\" target=\"_blank\"\u003eDagger\u003c/a\u003e dependency graph generator for Android Developers\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/dvdciri/daggraph\"\u003e\u003cimg src=\"https://travis-ci.org/dvdciri/daggraph.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/daggraph\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/daggraph.svg\" alt=\"npm\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/daggraph\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/daggraph.svg\" alt=\"npm\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Deprecation\nThis library is now deprecated in favour of solutions based directly on the Dagger PSI (`BindingGraphPlugin`). The project will no longer be maintained.\n\nThis is an example project that works pretty well: https://github.com/arunkumar9t2/scabbard.\n\n## Usage\nSimple usage:\n\u003e daggraph `\u003cfolder_path\u003e`\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200\" src=\"img/bubble_graph.jpg\" /\u003e\n  \u003cimg height=\"200\" src=\"img/tree_graph.jpg\" /\u003e\n  \u003cimg height=\"200\" src=\"img/linked_node_graph.png\" /\u003e\n\u003c/p\u003e\n\n--------\n\nExport raw data:\n\u003e daggraph raw `\u003cfolder_path\u003e`\n\n## Features\nThose are the features that are currently supported and used to build the graph, some of them are work in progress while some other will be picked up at a later stage\n\n| Feature               | Java          | Kotlin  |\n| ----------------------|:-------------:|:-------:|\n| @Module               |  ✅           |   ✅     |\n| @Component            |  ✅           |   ✅     |\n| @SubComponent         |  ✅           |   ✅     |\n| @Provides             |  ✅           |   ✅     |\n| Field @Inject         |  ✅           |   ✅     |\n| Constructor @Inject   |  ❌           |   ❌     |\n| @Named()              |  ✅           |   ✅     |\n| @Binds                |  ❌           |   ❌     |\n| Component dependencies|  ❌           |   ❌     |\n| Extended modules      |  ❌           |   ❌     |\n| ActivityBuilder       |  ❌           |   ❌     |\n\n## Install\n```sh\nnpm install -g daggraph\n```\n\n## Help\n```\nUsage\n   \n  $ daggraph            # uses current folder path\n  $ daggraph \u003cpath\u003e     # uses \u003cpath\u003e\n  $ daggraph raw        # uses current folder path and export the raw data\n  $ daggraph raw \u003cpath  # uses \u003cpath\u003e and export the raw data\n   \nExamples\n\n   $ daggraph /Path/to/android/project\n```\n\n## Contribute\nFeel free to contribute by checking out the issues and picking somethig up! 😄 (follow the general opensource \u003ca href=\"https://opensource.guide/how-to-contribute/\"\u003econtribution giudelines\u003c/a\u003e)\n\nA big shout for the contributions:\n- [Matteo Basso](https://github.com/mbasso)\n- [César Ferreira](https://github.com/cesarferreira)\n\n## Created by\n[Davide Cirillo](https://github.com/dvdciri)\n\n## License\nMIT © [Davide Cirillo](https://github.com/dvdciri)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvdciri%2Fdaggraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvdciri%2Fdaggraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvdciri%2Fdaggraph/lists"}