code_quality_cli 1.0.1 copy "code_quality_cli: ^1.0.1" to clipboard
code_quality_cli: ^1.0.1 copied to clipboard

Installable CLI that audits a Flutter/Dart project's assets, source code, and pubspec dependencies with a shared, colorized report format.

1.0.1 #

  • Add platforms declaration (linux, macos, windows — a console tool using dart:io, no web/mobile support).
  • Add LICENSE, widen the SDK constraint, and other publish-readiness fixes.

1.0.0 #

  • assets, code, packages, and all commands, built on package:args' CommandRunner.
  • Shared Finding/AuditSection/AuditReport report model with one Renderer for every audit: colorized terminal output, a scorecard, and truncation of long lists past 10 items (--verbose to see everything).
  • --json machine-readable output and explicit exit-code semantics (0 clean, 1 findings, 2 tool/usage failure) for CI gating.
  • --strict, --no-color, --path global flags; --comment-limit/--top on code.
  • Interactive prompt flow when invoked with no subcommand in a terminal.
2
likes
0
points
251
downloads

Publisher

unverified uploader

Weekly Downloads

Installable CLI that audits a Flutter/Dart project's assets, source code, and pubspec dependencies with a shared, colorized report format.

Topics

#cli #linter #static-analysis #flutter #tools

License

unknown (license)

Dependencies

args, mason_logger

More

Packages that depend on code_quality_cli