dep_sherpa 0.1.1 copy "dep_sherpa: ^0.1.1" to clipboard
dep_sherpa: ^0.1.1 copied to clipboard

Dependency risk intelligence CLI for Dart and Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dep_sherpa

Use it

The package has the following executables:

$ dep_sherpa

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dep_sherpa

With Flutter:

 $ flutter pub add dep_sherpa

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

dependencies:
  dep_sherpa: ^0.1.1

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:dep_sherpa/dep_sherpa.dart';
1
likes
160
points
27
downloads

Documentation

API reference

Publisher

verified publishercarlosf.dev

Weekly Downloads

Dependency risk intelligence CLI for Dart and Flutter projects.

Repository (GitHub)
View/report issues

Topics

#dart #flutter #cli #dependencies #observability

License

MIT (license)

Dependencies

args, meta, path, pub_semver, yaml

More

Packages that depend on dep_sherpa