8000 GitHub - wireviz/wireviz-web at 0.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wireviz/wireviz-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WireViz-Web

About

WireViz-Web is a wrapper around the excellent WireViz by Daniel Rojas for bringing it to the web.

Originally, it has been conceived within a WireViz fork by Jürgen Key.

For compatibility with PlantUML, it includes an URL query parameter decoder by Dyno Fu and Rudi Yardley.

Thanks!

Details

WireViz is a tool for easily documenting cables, wiring harnesses and connector pinouts. It takes plain text, YAML-formatted files as input and produces beautiful graphical output (SVG, PNG, ...) thanks to GraphViz. It handles automatic BOM (Bill of Materials) creation and has a lot of extra features.

Synopsis

# Render a plain YAML file.
echo "Bob -> Alice : hello" > test.yml
http --form http://127.0.0.1:3005/render yml_file@test.yml Accept:image/svg+xml
http --form http://127.0.0.1:3005/render yml_file@test.yml Accept:image/png

# Render a PlantUML request.
http http://127.0.0.1:3005/svg/SyfFKj2rKt3CoKnELR1Io4ZDoSa700==
http http://127.0.0.1:3005/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa700==

Development

As this is still in its infancy, we humbly ask for support from the community. Look around, give it a test drive and submit patches.

0