Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 504 Bytes

run

$ python -m SimpleHTTPServer

head to http://localhost:8000

generate diagrams

  • use RVM
  • install graphviz
  • gem install bundler && bundle install
  • rake state_machine:draw FILE=./classes.rb CLASS=MovieForSupplyTeam FORMAT=svg && \
    rake state_machine:draw FILE=./classes.rb CLASS=StateMachineDesign FORMAT=svg && \
    sed -i .bak "s/white/transparent/" *.svg && rm *.bak```