cli
cli copied to clipboard
A CLI to run all kinds of code quality measurements to align your team with company goals
### User story As a developer that uses Cursor, Webstorm Junie, Copilot or other agent solutions for coding I want to use CodePushup as a validation tool in my AI...
## User story As a user, I would like to run Lighthouse on multiple pages in my app, to get a more holistic report of my app's performance, accessibility, etc....
## User story Reporting uncovered lines/branches/functions as individual issues in the coverage plugin isn't very consumer-friendly (too verbose) and has a big impact on data storage size. A more compact...
# Typescript Plugin **Incremental Migration for TypeScript** Seamlessly migrate your codebase to leverage the latest **TypeScript compiler features** while maintaining clarity, control, and CI stability. --- ### ๐งช **Reference PR**...
### User story As a user of the CLI or CI actions I want to have small and concise reports by default. At the moment the reports (terminal, MD, JSON)...
closes #881
Create config helpers for coverage plugin paths, where they would support specifying multiple targets so we can do test, integration-test, or whatever else. - [ ] `coveragePathsFromAllNxProjects` - [ ]...
### Problem Statement Currently, each project's report in the workspace is displayed with its own header, making it harder to quickly assess the overall status of the workspace. Additionally, there's...
### User story As a maintainer of the project as well as user of the plugin I want to be able to upgrade to latest Nx. This is not given...