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.

Libraries

pmv