Generate PlantUML diagrams from Ruby code.
(work in progress)
gem "ruml", require: false, git: "https://github.com/srizzo/ruml"
export RUML_APP_GLOB="app/{models,controllers}/**/*"
export RUML_GROUP_BY_GLOB="spec/{integration,unit}/**/*"
export RUML_EXCLUDE_CALL_REGEX="initialize"
# export RUML_EXCLUDE_CALLER_REGEX="..."
# export RUML_EXCLUDE_CALLEE_REGEX="..."
ruby -r ruml [script]
rspec -r ruml [spec]
https://github.com/srizzo/pumltools
- Add clearer instructions
- Add sensible defaults and eliminate the need for env variables
- Improve performance
- Add screenshots / screencasts
- Add unit tests
- Extract cli tools / Homebrew package