Entviz Save Abandoned

entviz is an ent extension that provides visualization of the schema graph

Project README

entviz

entviz is an ent extension that creates visual graph (html file) of your ent's schema.

install

go get github.com/hedwigz/entviz

add this extension to ent (see example code) run

go generate ./ent

your html will be saved at ent/schema-viz.html

serve via http

You can use the helper function ent.ServeEntviz to easily serve the static html page over http

http.ListenAndServe("localhost:3002", ent.ServeEntviz())

Use from command line

Install the cmd

go get github.com/hedwigz/entviz/cmd/entviz

Then run inside your project:

entviz ./etc/schema

example

image (3)

Open Source Agenda is not affiliated with "Entviz" Project. README Source: hedwigz/entviz
Stars
94
Open Issues
5
Last Commit
8 months ago

Open Source Agenda Badge

Open Source Agenda Rating