sonarscanner_dart 0.1.0 copy "sonarscanner_dart: ^0.1.0" to clipboard
sonarscanner_dart: ^0.1.0 copied to clipboard

The SonarScanner for Dart provides an easy way to start SonarQube analysis of a dart project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sonarscanner_dart

Use it

The package has the following executables:

$ sonarscanner_dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sonarscanner_dart

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

dependencies:
  sonarscanner_dart: ^0.1.0

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:sonarscanner_dart/sonarscanner_dart.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publishermeniga.com

The SonarScanner for Dart provides an easy way to start SonarQube analysis of a dart project.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

archive, args, equatable, http, logging, meta, moronepo, path, quiver

More

Packages that depend on sonarscanner_dart