22 repos
Static analysis, linting, and formatting tools that enforce coding standards and identify potential bugs without executing code.
Explore 22 awesome GitHub repositories matching development tools & productivity · Code Quality and Analysis. Refine with filters or upvote what's useful.
Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys
Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad