rathorer / code-visualization-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-visualization-tool

The tool helps to create diagram from cli tabular format or from json format to visualize the dependencies of class/methods or projects.

image

Local setup

1> Have Node.js installed in your system.

2> In CMD, run the command npm install http-server -g

3> Navigate to the specific path of your file folder in CMD and run the command http-server

4> Go to your browser and type localhost:8080. Your Application should run

About


Languages

Language:JavaScript 69.4%Language:HTML 30.6%