Shed light on your codebase.
This project is in a pre-release state. Feedback and ideas are appreciated!
For now, using Zon requires building it from source.
- Clone the repo and
cd
into it. yarn
yarn build
cargo build
- Copy the binary from
target/debug/zon
to some place in yourPATH
. Usage will require opening a new terminal window.
Navigate to a codebase you wish to inspect, and run zon
. Open a browser and go to http://localhost:3030
to see the result!