pmv 0.1.0 copy "pmv: ^0.1.0" to clipboard
pmv: ^0.1.0 copied to clipboard

PMV is a CLI tool used to help manage package version in Dart projects with multiple packages

PMV #

CI License: MIT


PMV is a CLI tool used to help manage package version in Dart projects with multiple packages (also known as mono-repos). With PMV you can analyze you projet dependency and apply a reference version quickly.

Commands #

  • You have a command to analyze your project and extract all dependencies, the different version used and where they are used.
pmv analyze -o result.txt
  • You have a command to apply a reference pubspec package version in all sub pubspec.
pmv apply -s pmv_pubspec.yaml
  • You have a command to upgrade package of reference pubspec at last version.
pmv upgrade -s pmv_pubspec.yaml

TODO

  • Add test
1
likes
140
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

PMV is a CLI tool used to help manage package version in Dart projects with multiple packages

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, collection, glob, mason_logger, path, pub_updater, pubspec

More

Packages that depend on pmv