Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Madge | 7,412 | 1,662 | 511 | 2 days ago | 72 | June 23, 2021 | 90 | mit | JavaScript | |
Create graphs from your CommonJS, AMD or ES6 module dependencies | ||||||||||
Objc Dependency Visualizer | 1,560 | 3 years ago | 10 | November 21, 2017 | 14 | mit | JavaScript | |||
Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled. | ||||||||||
Gradle Dependency Graph Generator Plugin | 1,359 | 3 days ago | 7 | December 18, 2021 | 14 | apache-2.0 | Kotlin | |||
Gradle plugin that generates dependency graphs from your project. | ||||||||||
Objc_dep | 1,311 | 2 years ago | 3 | Python | ||||||
Graph the import dependancies in an Objective-C project | ||||||||||
Daggraph | 1,142 | 2 years ago | 12 | August 19, 2018 | 8 | mit | JavaScript | |||
Dagger dependency graph generator for Android Developers | ||||||||||
Scabbard | 785 | 2 months ago | 22 | apache-2.0 | Kotlin | |||||
🗡 A tool to visualize Dagger 2 dependency graphs | ||||||||||
Cpp Dependencies | 664 | 9 months ago | 13 | apache-2.0 | C++ | |||||
Tool to check C++ #include dependencies (dependency graphs created in .dot format) | ||||||||||
Asmspy | 608 | a year ago | 1 | January 30, 2017 | 5 | mit | C# | |||
Simple command line assembly reference checker | ||||||||||
Ngd | 600 | 1,520 | 9 | 24 days ago | 7 | October 09, 2020 | 16 | mit | TypeScript | |
View the dependencies tree of you Angular application | ||||||||||
Grfn | 586 | 1 | 2 months ago | 4 | June 03, 2021 | 1 | apache-2.0 | JavaScript | ||
🦅 A tiny (~400B) utility that executes a dependency graph of async functions as concurrently as possible. |
A tool to visualize and understand your Dagger 2 dependency graph.
More advanced examples.
Visualize entry points, dependency graph, dagger errors, component relationships and scopes in your Dagger 2 setup.
Minimal setup - Scabbard's Gradle plugin prepares your project for graph generation and provides ability to customize graph generation behavior.
IDE integration - Easily view a @Component
or a @Subcomponent
graph directly from source code via gutter icons (IntelliJ/Android Studio).
Supports both Kotlin and Java.
Supports Dagger Hilt and Anvil
For samples, guide and usage instructions please visit the project website.
Copyright 2022 Arunkumar
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.