bumper 0.1.4 copy "bumper: ^0.1.4" to clipboard
bumper: ^0.1.4 copied to clipboard

CLI tool to bump your project versions. Use it with arguments or standalone (it will be interactive mode with arrow-type mode selection).

example/main.dart

import 'dart:io';

void main() {
  stdout.writeln('This is an example of how to use the `bumper` tool:');
  stdout.writeln('To bump a version part, run the following command:');
  stdout.writeln('dart run bumper major');
  stdout.writeln('Or simply run `dart run bumper` to choose interactively.');
}
1
likes
160
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool to bump your project versions. Use it with arguments or standalone (it will be interactive mode with arrow-type mode selection).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cli_menu, flutter

More

Packages that depend on bumper