Releases: shamshirz/code_vis
Releases · shamshirz/code_vis
Unassuming Inspector
This release was all about UI! The backend has changed a little to be a live server so you can browse available functions & Interact with you graphs. It runs a little differently now, and the original mix task is deprecated in favor of the new one.
The goal of this release is to start collecting feedback on what information is relevant for users and why
# mix.exs
def deps do
[
{:code_vis, git: "https://github.com/shamshirz/code_vis.git", tag: "1.1"}
]
end
> mix deps.get
> mix code_vis.server
# localhost:1337
🐛 Cobbled Crawler
This is the first release because it is JUST working.
Pull the dependency, run the mix task, 🤞, learn!
There are still bugs and there are many improvements to be made to the analysis, display, and especially Accessibility.
def deps do
[
{:code_vis, git: "https://github.com/shamshirz/code_vis.git", tag: "0.1"}
]
end
> mix deps.get
> mix visualize YourModule.and_function/arity
# example 👇 `mix visualize TestProject.i_alias/0`