techdebt_sherpa 0.1.5 copy "techdebt_sherpa: ^0.1.5" to clipboard
techdebt_sherpa: ^0.1.5 copied to clipboard

CLI for technical debt observability and hotspot analysis in Dart and Flutter repositories.

example/main.dart

import 'dart:convert';

import 'package:techdebt_sherpa/techdebt_sherpa.dart';

/// Minimal runnable example for using the package API.
void main() {
  final SherpaConfig defaults = SherpaConfig.defaults();
  final String json =
      const JsonEncoder.withIndent('  ').convert(defaults.toJson());
  // ignore: avoid_print
  print(json);
}
1
likes
0
points
158
downloads

Publisher

verified publishercarlosf.dev

Weekly Downloads

CLI for technical debt observability and hotspot analysis in Dart and Flutter repositories.

Repository (GitHub)
View/report issues

Topics

#flutter #dart #cli #dev-tools #code-quality

License

unknown (license)

Dependencies

analyzer, args, crypto, file, glob, meta, path, yaml

More

Packages that depend on techdebt_sherpa