1 dépôt
Tools that perform automated analysis of JavaScript source code to evaluate quality, complexity, and maintainability.
Distinct from JavaScript Static Analysis: The provided JavaScript Static Analysis candidate [f2_mt1] is too narrowly focused on type errors, whereas this tool focuses on complexity and linting.
Explore 1 awesome GitHub repository matching software engineering & architecture · JavaScript Static Analysis Tools. Refine with filters or upvote what's useful.
Plato is a JavaScript static analysis tool and code complexity visualizer. It computes complexity metrics and runs linting checks on JavaScript source code to evaluate codebase quality, presenting the results through a static analysis dashboard. The system aggregates linting data and technical metrics into timestamped reports. It specifically calculates cyclomatic and Halstead metrics to identify overly complicated files and assess the maintainability of a project. The tool provides capabilities for source code visualization, automated quality reporting, and maintainability assessment. It in
Provides a comprehensive suite for computing complexity metrics and running linting checks on JavaScript source code.