doc_coverage 0.1.5 copy "doc_coverage: ^0.1.5" to clipboard
doc_coverage: ^0.1.5 copied to clipboard

Dart 1 only

Analyze the quality of your package's public documentation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add doc_coverage

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

dependencies:
  doc_coverage: ^0.1.5

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:doc_coverage/doc_coverage_cli.dart';
import 'package:doc_coverage/doc_coverage_common.dart';
import 'package:doc_coverage/doc_coverage_frontend.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Analyze the quality of your package's public documentation.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

Dependencies

args, browser, html, route

More

Packages that depend on doc_coverage