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

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

A better dart pub publish, by running tests, fixes, lint, update CHANGELOG file and git commands.

Getting started #

dart pub add dpp

Usage #

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

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

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

  print('Package published!');
}

LICENSE #

BSD 3-Clause License

CONTRIBUTE #

If you have an idea for a new feature or have found a bug, just do a pull request (PR).

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, yaml, yaml2dart

More

Packages that depend on dpp