A reporting frontend for xref.
Vesalius currently uses rebar and make. Building is as easy as make
This will generate the vesalius
escript in the root of the project.
vesalius --paths=deps/* --modules=foo,bar
Analyze all modules in the ebin
directories in the expansion of deps/*
, reporting only on the modules foo
and bar
.
vesalius --paths=deps/* --apps=foo,bar
Same as above, but report on all the modules in the foo
and bar
apps. It is assumed they are either on the code path or contained within one of the paths
directories.
vesalius --paths=deps/* --apps=foo,bar --modules=baz
Same as above, but report on all the modules in the foo
and bar
apps, as well as the baz
module.
All these command-line options are very rough, and subject to change.
vesalius
is named after Andreas Vesalius, considered to be the founder of modern human anatomy.