techdebt_sherpa 0.1.4
techdebt_sherpa: ^0.1.4 copied to clipboard
CLI for technical debt observability and hotspot analysis in Dart and Flutter repositories.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate techdebt_sherpaUse it
The package has the following executables:
$ techdebt_sherpa
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add techdebt_sherpaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
techdebt_sherpa: ^0.1.4Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:techdebt_sherpa/techdebt_sherpa.dart';