Skip to content

initialcapacity/graph_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph models

Visualize Rails model dependencies.

Install dependencies

brew install graphviz
bundle install

Run

gem build graph_models.gemspec
gem install ./graph_models-0.0.0.gem
bin/graph_models <models_directory> | dot -Tsvg -ograph.svg
open graph.svg

Local development

ruby -Ilib bin/graph_models <models_directory> | dot -Tsvg -ograph.svg
open graph.svg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages