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

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

example/dpp_example.dart

import 'package:dpp/src/dpp.dart';

void main() {
  final pubPublisher = DartPubPublish(git: false);

  // Publish a new version without updating the changelog
  pubPublisher.run('1.2.0');

  // Publish a new version with a changelog message
  pubPublisher.run('1.3.0', message: 'Added a new feature');

  print('Package published!');
}
2
likes
40
points
89
downloads

Publisher

verified publisherhelio.me

Weekly Downloads

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

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on dpp