koingraph
v0.5.2
Published
Graph generator for android projects using Koin
Downloads
25
Readme
KoinGraph
Graph generator for android projects using Koin
KoinGraph in Action
Why use this?
- 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
How to use
- install globally:
npm install -g koingraph
- execute:
koingraph --path path\to\android-project\using\koin
Encountering Issues
- 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.
Running Tests
npm test
- this will run all tests on
/test
folder
Limitations (To Do)
- Reflection
Inspirations
- Koin - Of course, specially to arnaudgiuliani for hearing my request. Issue Link
- daggraph - Graphs are heavily inspired in this project
Author
Exequiel Egbert V. Ponce, [email protected]