dmu 1.0.0 copy "dmu: ^1.0.0" to clipboard
dmu: ^1.0.0 copied to clipboard

A command-line tool to manage Git dependencies as local packages in Dart/Flutter projects. Streamline your multi-repo development workflow.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 #

Added #

  • Shell completion support for Zsh and Bash
  • completions command to list available Git packages for shell autocomplete
  • Tab-completion for package names in add command
  • Tab-completion for package names in remove command
  • Automatic completion script installer (install-completions.sh)
  • Comprehensive completion documentation in completions/README.md
  • Testing guide for shell completions in completions/TESTING.md

Changed #

  • Help message now includes the completions command

0.1.0 - 2025-10-31 #

Added #

  • Initial release of DMU (Dart Multi-Repo Utility)
  • add command to clone Git dependencies locally and configure dependency overrides
  • remove command to remove local package overrides and delete cloned directories
  • pub-get command to run pub get on all packages in the workspace
  • clean command to clean build artifacts from all packages
  • --deep flag for clean command to also remove pubspec.lock files
  • Automatic FVM detection and usage when .fvmrc file is present
  • Automatic .gitignore management for packages directory
  • Interactive confirmation prompts for destructive operations
  • Comprehensive error handling and user-friendly messages
  • Support for custom package directories via --path option
  • Multi-package workspace support

Features #

  • Git repository cloning and management
  • Automatic dependency override configuration in pubspec.yaml
  • Workspace-wide pub get execution
  • Build artifact cleaning across all packages
  • FVM compatibility for Flutter projects
  • Safe file operations with user confirmations
0
likes
150
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A command-line tool to manage Git dependencies as local packages in Dart/Flutter projects. Streamline your multi-repo development workflow.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, io, path, process, yaml

More

Packages that depend on dmu