Arquanator

TODO: Write a gem description

Installation

$ gem install arquanator

Usage

-i                               show files
-o                               show folders
-u                               show functions
-l [INTEGER]                     nbr of levels (default: all)
-p [PROVIDER]                    data provider (default: llvm)
-g [GENERATOR]                   report generator (default: graphviz)
-r [ROOT]                        analysis root

Available providers

  • llvm
  • gcc

Available generators

  • graphviz
  • smells
  • dependencies

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