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

A multi-package dead code detector for Dart and Flutter monorepos. Finds unused public APIs, files, and pub dependencies across Melos / pub workspaces.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate kareki

Use it

The package has the following executables:

$ kareki

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kareki

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

dependencies:
  kareki: ^0.1.1

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:kareki/kareki.dart';
1
likes
0
points
3.74k
downloads

Publisher

unverified uploader

Weekly Downloads

A multi-package dead code detector for Dart and Flutter monorepos. Finds unused public APIs, files, and pub dependencies across Melos / pub workspaces.

Repository (GitHub)
View/report issues

Topics

#dead-code #linter #monorepo #melos #cli

License

unknown (license)

Dependencies

analyzer, args, glob, path, pool, pub_semver, yaml

More

Packages that depend on kareki