Skip to content

Unassuming Inspector

Latest
Compare
Choose a tag to compare
@shamshirz shamshirz released this 28 Feb 15:12
· 3 commits to main since this release
84f53f2

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

interactiveGraphing