https://github.com/noflo/noflo-graphviz
NoFlo visualization tools for GraphViz
https://github.com/noflo/noflo-graphviz
graph-visualization graphviz noflo
Last synced: about 1 year ago
JSON representation
NoFlo visualization tools for GraphViz
- Host: GitHub
- URL: https://github.com/noflo/noflo-graphviz
- Owner: noflo
- Created: 2013-01-26T09:38:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T05:01:29.000Z (over 3 years ago)
- Last Synced: 2024-08-09T04:51:12.108Z (almost 2 years ago)
- Topics: graph-visualization, graphviz, noflo
- Language: JavaScript
- Size: 87.9 KB
- Stars: 14
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphViz visualizer for NoFlo flows
===================================
This package provides a command-line tool for creating GraphViz visualizations of NoFlo flows.
## Installation
You need a working installation of the [GraphViz](http://www.graphviz.org/) tool. Then just install the NoFlo visualizer with:
$ npm install -g noflo-graphviz
## Running
The NoFlo GraphViz visualizer takes a NoFlo graph file (either JSON or FBP format), and generates a SVG visualization of it. You can do this by running:
$ noflo-graphviz my_project/graphs/SomeGraph.fbp
The generated SVG file will be named based on the graph being visualized, and will be stored in your current working directory.