Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 552 Bytes

Description

Angelyzer is a CLI that allows you to scan your angular app and detect potential problems.

Installation

Install cli globaly

npm install angelyzer -g

How to use it ?

angelyzer scan .PATH_TO_ANGULAR_PROJECT/src/app SAVE_PATH

cli

This will generate a report folder, you can visualize the scan result by opening index.html located in report folder.

UI