A ruby to UML generator: Insert ruby object definitions on the one side, get a automatical aligned UML diagram on the other side.
This is a tool built out of a project work at the University of Applied Science Esslingen in cooperation with professor Hans-Gerhard Groß
- Install ruby on your machine (pasting
ruby -e "puts 'Hello'"
in your console needs to output "Hello") - Install nodejs
- Run
npm install
to load dependencies - Run
gulp
to build project - Run
gulp serve
to start up dev-system ornode ./dist/server.js
to start rUML
A guide to GIT in German: https://rogerdudler.github.io/git-guide/index.de.html
Clientside DOT conversion: https://github.com/mdaines/viz.js/
Gulp introduction: https://semaphoreci.com/community/tutorials/getting-started-with-gulp-js
"design" branch for design changes, main contributor @rasidmusic
"improvements" branch for small improvements which dont fit in other branches
git config --global core.longpaths true
long paths issue fix
Please use master branch to read the README: https://github.com/niklasfink/rUML/tree/master