XsdExplorer
XML Schema explorer in ruby - generate classes like RXSD gem and draw a proper graph from them. Try to build ActiveRecord like associations to prevent classes duplication, and to build proper model diagrams with ruby-graphviz.
Installation
Add this line to your application's Gemfile:
gem 'xsd_explorer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install xsd_explorer
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/driv3r/xsd_explorer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request