Project

depvizdoc

0.0
No commit activity in last 3 years
No release in over 3 years
Generates a hyperlinked SVG document containing relative dependencies for all the given dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.4.0, ~> 0.4
~> 1.1, >= 1.1.9
 Project Readme

Introducing the depvizdoc gem

Usage

require 'depvizdoc'


s = "
ra0
  sshfs
  apache

rse
  spspublog
  reg
  apache
  sps

elis
  ra0

reg
  sshfs
"

dvd = DepVizDoc.new(s, path: '/tmp/depgraph')
dvd.save
`firefox /tmp/depgraph/index.svg`

The DepVizDoc gem is designed to output an SVG document illustrating the links between dependencies as well as the relative dependencies for each item by clicking on the relevant hyperlink.

Resources

depvizdoc graphviz dependencies depviz gem