/text_to_diagram

Generate software diagrams (ERDs, DFDs, etc) using text files, rather than spending hours combating visual tools.

Primary LanguageRuby

Usage

Generate GEC-style ERD diagrams

$ bin/gec_grapher examples/notification_service.gec
Reading examples/notification_service.gec
Creating examples/notification_service.gec.gv
Creating examples/notification_service.gec.png
Done.

Testing

To test:
bin/rspec