mix arch.report (Archeometer v0.5.0)
Mix Task to generate a project analysis report. The format of the report can be static html pages or Livebook notebooks.
Usage:
mix arch.report [options]
Options:
--format
- Report format. Supported formats arehtml
andlivemd
. Default ishtml
.--limit
- Restricts the maximum number of results displayed from the queries in the report, Default is 10.--db
- Database filename
For more information see: Basic usage guide
Report is generated at reports/dev/static/html
.