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

With Flutter:

 $ flutter 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.7

Alternatively, your editor might support dart pub get or flutter 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
160
points
158
downloads

Documentation

API reference

Publisher

verified publishercarlosf.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

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

License

MIT (license)

Dependencies

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

More

Packages that depend on techdebt_sherpa