Article
· Feb 5, 2023 1m read

Manage your classes dependencies

 

When you need to know the impact on a change in your project, it is very useful to see class dependencies in a network diagram. The IRIS Connections project allows you to see it.

IRIS Connections installation

If you want to install using ZPM:

zpm:USER>install iris-connections

If you want to install using Docker:

1. Clone/git pull the repo into any local directory:

$ git clone https://github.com/yurimarx/iris-connections.git

2. Open the terminal in this directory and run:

$ docker-compose up -d --build

Analyze your classes dependencies:

Go to your browser and access:

localhost:52773/connections/index.html  

No go to Network and see your classes dependencies:

If you want to see the movie app dependencies, use ZPM to install movie app: zpm:USER > install movie

Enjoy!

Discussion (0)1
Log in or sign up to continue