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
Available generators
- graphviz
- smells
- dependencies
Contributing
- Fork it
- 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 new Pull Request