Skip to content

jcf94/vizgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VizGraph

A simple tool for Using Graphviz. Based on Viz.js & Electron.


CircleCI Building: CircleCI


Sample usage from Graphviz Gallery:


This project is on its beta release now.

Usage

The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).

For Developers

First, make sure you have a proper Node.js Environment:

node -v
npm -v

Then start it easily.

git clone https://github.com/jcf94/vizgraph.git
cd vizgraph
npm install
npm start

Enjoy it.

Use electron-builder to pack release for platforms you like.

For Users

Get the latest release.

Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).