Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunkumar9t2/scabbard
🗡 A tool to visualize Dagger 2 dependency graphs
https://github.com/arunkumar9t2/scabbard
dagger dagger2 dependency-graph dependency-injection gradle-plugin graph-generation graphviz intellij-plugin kotlin
Last synced: 4 days ago
JSON representation
🗡 A tool to visualize Dagger 2 dependency graphs
- Host: GitHub
- URL: https://github.com/arunkumar9t2/scabbard
- Owner: arunkumar9t2
- License: apache-2.0
- Created: 2018-08-20T19:36:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T12:44:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T06:51:15.276Z (3 months ago)
- Topics: dagger, dagger2, dependency-graph, dependency-injection, gradle-plugin, graph-generation, graphviz, intellij-plugin, kotlin
- Language: Kotlin
- Homepage: https://arunkumar9t2.github.io/scabbard
- Size: 17.5 MB
- Stars: 851
- Watchers: 12
- Forks: 34
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-kotlin - scabbard - 🗡 A tool to visualize Dagger 2 dependency graphs (Libraries)
README
# Scabbard
A tool to visualize and understand your Dagger 2 dependency graph.
More advanced [examples](https://arunkumar9t2.github.io/scabbard/examples/).
## Features
* **Visualize** entry points, dependency graph, dagger errors, component relationships and scopes in your [Dagger 2](https://github.com/google/dagger) 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**
## Getting Started
For samples, guide and usage instructions please visit the [project website](https://arunkumar9t2.github.io/scabbard/).
## License
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 athttp://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.