/umlify2

umlify2

Primary LanguageRubyMIT LicenseMIT

umlify2 Build Status Coverage Status Code Climate

Umlify reads ruby and transforms it to UML.

WIP.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Setting up your environment

Once you have cloned the repository, do:

$ bundle install

And you're good to do. You can run the tests by doing:

$ rake test