Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 843 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 843 Bytes

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