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

outdated

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

PMV #

PMV is a CLI tool used to help manage package version in Dart projects with multiple packages (also known as mono-repos).

Commands #

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

TODO

  • Improve log trace (mason_logger ?)
  • Add CI
  • Add test
  • Add option on package show in analyse command
  • Add command to update package in root pubspec to last version.
1
likes
0
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

License

unknown (license)

Dependencies

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

More

Packages that depend on pmv