Code Analysis > modulens
A suite of architecture, structure, and quality analysis tools for frontend workspaces.
Modulens
Modulens is a brand of architecture, structure, and quality analysis tools for frontend workspaces. The repository is designed to support multiple frameworks over time.
Currently, the Angular and React packages are available. Future packages for Vue and Flutter may be added.
Repository structure
/
angular/ # @modulens/angular — Angular workspace analysis CLI
react/ # @modulens/react — React workspace analysis CLI
package.json # Private workspace root
tsconfig.base.json
Getting started
Install and use the Angular package:
npm install -g @modulens/angular
modulens scan
For full documentation, installation options, and usage examples, see the Angular package README.
Install and use the React package:
npm install -g @modulens/react
modulens-react scan
For full documentation, installation options, and usage examples, see the React package README.
License
ISC