dpp 2.2.1 copy "dpp: ^2.2.1" to clipboard
dpp: ^2.2.1 copied to clipboard

A better dart pub publish. Before publish, runs tests, fixes, lint, updates CHANGELOG, pubspec file and git commands.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dpp

Use it

The package has the following executables:

$ dpp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dpp

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

dependencies:
  dpp: ^2.2.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:dpp/exceptions/package_version_already_exists_exception.dart';
import 'package:dpp/exceptions/package_version_lower_exception.dart';
import 'package:dpp/exceptions/pubspec_not_found.dart';
import 'package:dpp/pubspec.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publisherhelio.me

A better dart pub publish. Before publish, runs tests, fixes, lint, updates CHANGELOG, pubspec file and git commands.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

all_exit_codes, args, json2yaml, path, pub_semver, yaml, yaml2dart

More

Packages that depend on dpp