/daggraph

Dagger dependency graph generator for Android Developers

Primary LanguageJavaScriptMIT LicenseMIT

Daggraph

Dagger dependency graph generator for Android Developers

Build Status npm npm License

Usage

Analyze the current folder:

daggraph

or

Analyze a specific folder:

daggraph <folder_path>

Select which chart you want to generate:

Features

Those 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

Feature Java Kotlin
@Module
@Component
@SubComponent
@Provides
Field @Inject
Constructor @Inject
@Named()
@Binds
Component dependencies
Extended modules

Install

npm install -g daggraph

Contribute

Feel free to contribute by checking out the issues and picking somethig up! 😄 (follow the general opensource contribution giudelines)

A big shout for the contributions:

Created by

Davide Cirillo

License

MIT © Davide Cirillo