Happy !
hernan / GraphViz
About GraphViz
Migrated to https://github.com/hernanmd/GraphViz
Description
This is the GraphViz binding migrated from Lukas Renggli's repository. It generates a .dot file loadable in GraphViz. Includes Package-Dependencies to generate dependency graphs. I have adapted to load it in Pharo 2.0 and Pharo 3.0
Installation
- Make sure you have installed GraphViz software.
- In Pharo 3.0 open the Configuration Browser, and select GraphViz and Install.
(optional) If you want also install the Package-Dependencies support:
Gofer it smalltalkhubUser: 'hernan' project: 'GraphViz'; package: 'GraphBuilder'; package: 'Package-Dependencies'; load.
Usage
(PDGraphPackageAnalyzer onPackagesNamed: #('MyPkg1' 'MyPkg2' )) save: 'myPkgs.dot'
To Do
Load the Connectors dependency.
