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 general dart command #459

Closed jakemac53 closed 1 year ago

jakemac53 commented 1 year ago

This enables things like mono_repo dart fix --apply, mono_repo dart analyze, mono_repo dart run build_runner build etc.

I did bump the min SDK so I could use a switch expression, let me know if you feel strongly about supporting older SDKs. They can still use older versions so I think it's fine though.

Closes https://github.com/google/mono_repo.dart/issues/458

github-actions[bot] commented 1 year ago

Package publishing

Package Version Status Publish tag (post-merge)
package:mono_repo 6.6.0 ready to publish mono_repo-v6.6.0

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

jakemac53 commented 1 year ago

All of the remaining failures appear to be coverage related