BirdView

Command-line utilities to gather statistics for the Angular projects.

Getting Help

shell birdview --help

Code Inspection

shell birdview inspect --help

Examples:

```shell

generic inspection

birdview inspect

inspect tests

birdview inspect --tests

inspect dependencies

birdview inspect --deps

inspect tests and dependencies

birdview inspect --tests --deps

run all available inspections

birdview inspect --all

run all available inspections with detailed output

birdview inspect --all --verbose ```

Generating reports

shell birdview inspect <project> --all --output output.json