DEV Community

Cover image for From YAML to cable-harness SVG in 5 minutes
Octavelscx
Octavelscx

Posted on

From YAML to cable-harness SVG in 5 minutes

Cable Harness Gen – a tiny web UI for WireViz 🎉

https://nodeloop.org/tools/cable-harness-gen

A small side-project I built to make WireViz diagrams a bit easier:

  • paste / write your YAML
  • (optionally) drag-drop images referenced as resources/<file>
  • click Generate → instant SVG (PNG, BOM, etc.)

Works entirely in the browser; the server just runs WireViz and deletes the temp files afterwards.

Big thanks to

Give it a try and let me know what you think :)

Top comments (1)

Collapse
 
intermundos profile image
intermundos

This is super useful 🙏

Thanks for sharing 🫶