Graph generator for android projects using Koin
- This can serve as your project documentation
- New devs can easily identify the flow of features/functionalities
- Identify those classes that will be affected when you change/update dependency
- install globally:
npm install -g koingraph
- execute:
koingraph --path path\to\android-project\using\koin
- If you encounter any issues, feel free to reach out by creating an issue. Please provide the format on how you register your modules in Koin so we can easily identify the problem.
npm test
- this will run all tests on
/test
folder
- Reflection
- Koin - Of course, specially to arnaudgiuliani for hearing my request. Issue Link
- daggraph - Graphs are heavily inspired in this project
Exequiel Egbert V. Ponce, [email protected]