google / mono_repo.dart

Allows easy management of repositories with multiple Dart packages
https://pub.dev/packages/mono_repo
BSD 3-Clause "New" or "Revised" License
159 stars 32 forks source link

Add a `fix` command to run `dart fix` across all packages #458

Closed jakemac53 closed 1 year ago

jakemac53 commented 1 year ago

@kevmoo another option could be just a dart command (replacement for the pub command, which would become just an alias for dart pub?). That would be quite a lot more general and support things like mono_repo dart run build_runner build.

kevmoo commented 1 year ago

Sure!!