pubspec_helper 1.0.3 copy "pubspec_helper: ^1.0.3" to clipboard
pubspec_helper: ^1.0.3 copied to clipboard

outdated

A pubspec analysis and health check command-line application made by AKI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubspec_helper

Use it

The package has the following executables:

$ pubspec_helper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubspec_helper

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

dependencies:
  pubspec_helper: ^1.0.3

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:pubspec_helper/pubspce_rule_check.dart';
import 'package:pubspec_helper/pubspec_ansi_utils.dart';
import 'package:pubspec_helper/pubspec_http_utils.dart';
6
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A pubspec analysis and health check command-line application made by AKI.

Repository (GitHub)
View/report issues

Topics

#pubspec #cli #termainal

License

unknown (license)

Dependencies

args, html, http, lints

More

Packages that depend on pubspec_helper