A visual tool to help developers understand Elixir recompilation in their projects
See the codeDepViz is a visual tool to understand Elixir recompilation.
It is accessible online at: https://depviz.jasonaxelson.com/
The intent is to help developers rapidly understand what compilation dependencies they have in their project. Then they can take steps to minimize them to reduce the feedback loop between writing code and seeing results.
Helps you answer questions about the Elixir code base:
To better understand how to use DepViz and why recompilation happens check out my Code BEAM BR talk: https://www.codebeambr.com/video/12

To start the server:
mix deps.getnpm install inside the assets directorymix phx.serverNow visit localhost:4040 from your browser.
JavaScript
57.9%
Elixir
29.6%
HTML
6.5%
SCSS
6.0%
A visual tool to help developers understand Elixir recompilation in their projects
See the codeDepViz is a visual tool to understand Elixir recompilation.
It is accessible online at: https://depviz.jasonaxelson.com/
The intent is to help developers rapidly understand what compilation dependencies they have in their project. Then they can take steps to minimize them to reduce the feedback loop between writing code and seeing results.
Helps you answer questions about the Elixir code base:
To better understand how to use DepViz and why recompilation happens check out my Code BEAM BR talk: https://www.codebeambr.com/video/12

To start the server:
mix deps.getnpm install inside the assets directorymix phx.serverNow visit localhost:4040 from your browser.
JavaScript
57.9%
Elixir
29.6%
HTML
6.5%
SCSS
6.0%