techdebt_sherpa 0.1.6 copy "techdebt_sherpa: ^0.1.6" to clipboard
techdebt_sherpa: ^0.1.6 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_sherpa

Use 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_sherpa

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  techdebt_sherpa: ^0.1.6

Alternatively, 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';
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