Skip to content

christophermaier/vesalius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vesalius

A reporting frontend for xref.

Building

Vesalius currently uses rebar and make. Building is as easy as make

This will generate the vesalius escript in the root of the project.

Usage Examples

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.

Name

vesalius is named after Andreas Vesalius, considered to be the founder of modern human anatomy.

About

Frontend reporting tool for Erlang's xref

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages